Html Css Color HEX #EF71D8 Orchid

📋 copy color: '#EF71D8'

red 239 ◦ green 113 ◦ blue 216

#EF71D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #EF71D8

Tints of Orchid #EF71D8

RGB

 RED value IS 239 (93.75% from 255) = 42.08%

 GREEN value IS 113 (44.53% from 255) = 19.89%

 BLUE value IS 216 (84.77% from 255) = 38.03%

R = 42.08%
G = 19.89%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF71D8 (or 0xEF71D8) is known color: Orchid. HEX triplet: EF, 71 and D8. RGB value is (239,113,216). Sum of RGB (Red+Green+Blue) = 239+113+216=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF71D8 is #108E27. Grayscale: #A2A2A2. Windows color (decimal): -1084968 or 14184943. OLE color: 14184943.

HSL color Cylindrical-coordinate representation of color #EF71D8: hue angle of 310.95º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF71D8 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 113 216 -
CMYK 0 0.53 0.10 0.06
HSL 310.95º 0.8% 0.69% -
HSV(B) 310.95º 0.53% 0.94% -
XYZ 53.9 35.12 68.9 -
YUV 162.42 158.24 182.62 -
System Red Green Blue C M Y K H S L
Decimal 239 113 216 0 0.53 0.10 0.06 310.95 0.8 0.69
Hex EF 71 D8 0 35 A 6 137 50 45
Octal 357 161 330 0 65 12 6 467 120 105
Binary 11101111 1110001 11011000 0 110101 1010 110 100110111 1010000 1000101

Color Harmonies of #EF71D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF71D8

Black with #EF71D8

Text Example


Text Example

White with #EF71D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF71D8; }

 p { color: rgb(239,113,216); }

 H1.HeaderClassName
 {
   color: #EF71D8;
 }
 .AnyTagClassName
 {
   color: #EF71D8;
 }
</style>

background-color css

<style>
 a { background-color: #EF71D8; }

 a { background-color: rgb(239,113,216); }

 div.DivClassName
 {
   background-color: #EF71D8;
 }
 .BgClassName
 {
   background-color: #EF71D8;
 }
</style>

border-color css

<style>
 span { border-color: #EF71D8; }

 span { border-color: rgb(239,113,216); }

 td.TdClassName
 {
   border-color: #EF71D8;
 }
 .TagClassName
 {
   border-color: #EF71D8;
 }
</style>