Html Css Color HEX #EF9DD2 Lavender Rose

📋 copy color: '#EF9DD2'

red 239 ◦ green 157 ◦ blue 210

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

Shades of Lavender Rose #EF9DD2

Tints of Lavender Rose #EF9DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.91%

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

R = 39.44%
G = 25.91%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF9DD2 (or 0xEF9DD2) is known color: Lavender Rose. HEX triplet: EF, 9D and D2. RGB value is (239,157,210). Sum of RGB (Red+Green+Blue) = 239+157+210=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DD2 is #10622D. Grayscale: #BBBBBB. Windows color (decimal): -1073710 or 13802991. OLE color: 13802991.

HSL color Cylindrical-coordinate representation of color #EF9DD2: hue angle of 321.22º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9DD2 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 157 210 -
CMYK 0 0.34 0.12 0.06
HSL 321.22º 0.72% 0.78% -
HSV(B) 321.22º 0.34% 0.94% -
XYZ 59.29 47.12 66.94 -
YUV 187.56 140.67 164.69 -
System Red Green Blue C M Y K H S L
Decimal 239 157 210 0 0.34 0.12 0.06 321.22 0.72 0.78
Hex EF 9D D2 0 22 C 6 141 48 4E
Octal 357 235 322 0 42 14 6 501 110 116
Binary 11101111 10011101 11010010 0 100010 1100 110 101000001 1001000 1001110

Color Harmonies of #EF9DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9DD2

Black with #EF9DD2

Text Example


Text Example

White with #EF9DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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