Html Css Color HEX #EF8DD2 Tea Rose

📋 copy color: '#EF8DD2'

red 239 ◦ green 141 ◦ blue 210

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

Shades of Tea Rose #EF8DD2

Tints of Tea Rose #EF8DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.59%

R = 40.51%
G = 23.9%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF8DD2 (or 0xEF8DD2) is known color: Tea Rose. HEX triplet: EF, 8D and D2. RGB value is (239,141,210). Sum of RGB (Red+Green+Blue) = 239+141+210=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8DD2 is #10722D. Grayscale: #B1B1B1. Windows color (decimal): -1077806 or 13798895. OLE color: 13798895.

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

Color convert

RGB 239 141 210 -
CMYK 0 0.41 0.12 0.06
HSL 317.76º 0.75% 0.75% -
HSV(B) 317.76º 0.41% 0.94% -
XYZ 56.75 42.05 66.1 -
YUV 178.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 239 141 210 0 0.41 0.12 0.06 317.76 0.75 0.75
Hex EF 8D D2 0 29 C 6 13E 4B 4B
Octal 357 215 322 0 51 14 6 476 113 113
Binary 11101111 10001101 11010010 0 101001 1100 110 100111110 1001011 1001011

Color Harmonies of #EF8DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8DD2

Black with #EF8DD2

Text Example


Text Example

White with #EF8DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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