Html Css Color HEX #EF8DC9 Tea Rose

📋 copy color: '#EF8DC9'

red 239 ◦ green 141 ◦ blue 201

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

Shades of Tea Rose #EF8DC9

Tints of Tea Rose #EF8DC9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.27%

 BLUE value IS 201 (78.91% from 255) = 34.6%

R = 41.14%
G = 24.27%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF8DC9 (or 0xEF8DC9) is known color: Tea Rose. HEX triplet: EF, 8D and C9. RGB value is (239,141,201). Sum of RGB (Red+Green+Blue) = 239+141+201=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DC9 is #107236. Grayscale: #B1B1B1. Windows color (decimal): -1077815 or 13209071. OLE color: 13209071.

HSL color Cylindrical-coordinate representation of color #EF8DC9: hue angle of 323.27º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8DC9 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 141 201 -
CMYK 0 0.41 0.16 0.06
HSL 323.27º 0.75% 0.75% -
HSV(B) 323.27º 0.41% 0.94% -
XYZ 55.66 41.62 60.36 -
YUV 177.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 239 141 201 0 0.41 0.16 0.06 323.27 0.75 0.75
Hex EF 8D C9 0 29 10 6 143 4B 4B
Octal 357 215 311 0 51 20 6 503 113 113
Binary 11101111 10001101 11001001 0 101001 10000 110 101000011 1001011 1001011

Color Harmonies of #EF8DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8DC9

Black with #EF8DC9

Text Example


Text Example

White with #EF8DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8DC9; }

 p { color: rgb(239,141,201); }

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

background-color css

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

 a { background-color: rgb(239,141,201); }

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

border-color css

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

 span { border-color: rgb(239,141,201); }

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