Html Css Color HEX #EF71D7 Orchid

📋 copy color: '#EF71D7'

red 239 ◦ green 113 ◦ blue 215

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

Shades of Orchid #EF71D7

Tints of Orchid #EF71D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.92%

R = 42.15%
G = 19.93%
B = 37.92%

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

#EF71D7 (or 0xEF71D7) is known color: Orchid. HEX triplet: EF, 71 and D7. RGB value is (239,113,215). Sum of RGB (Red+Green+Blue) = 239+113+215=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF71D7 is #108E28. Grayscale: #A2A2A2. Windows color (decimal): -1084969 or 14119407. OLE color: 14119407.

HSL color Cylindrical-coordinate representation of color #EF71D7: hue angle of 311.43º 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 #EF71D7 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 113 215 -
CMYK 0 0.53 0.10 0.06
HSL 311.43º 0.8% 0.69% -
HSV(B) 311.43º 0.53% 0.94% -
XYZ 53.77 35.07 68.22 -
YUV 162.3 157.74 182.71 -
System Red Green Blue C M Y K H S L
Decimal 239 113 215 0 0.53 0.10 0.06 311.43 0.8 0.69
Hex EF 71 D7 0 35 A 6 137 50 45
Octal 357 161 327 0 65 12 6 467 120 105
Binary 11101111 1110001 11010111 0 110101 1010 110 100110111 1010000 1000101

Color Harmonies of #EF71D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF71D7

Black with #EF71D7

Text Example


Text Example

White with #EF71D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF71D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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