Html Css Color HEX #EF99D9 Lavender Rose

📋 copy color: '#EF99D9'

red 239 ◦ green 153 ◦ blue 217

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

Shades of Lavender Rose #EF99D9

Tints of Lavender Rose #EF99D9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.12%

 BLUE value IS 217 (85.16% from 255) = 35.63%

R = 39.24%
G = 25.12%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF99D9 (or 0xEF99D9) is known color: Lavender Rose. HEX triplet: EF, 99 and D9. RGB value is (239,153,217). Sum of RGB (Red+Green+Blue) = 239+153+217=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99D9 is #106626. Grayscale: #B9B9B9. Windows color (decimal): -1074727 or 14260719. OLE color: 14260719.

HSL color Cylindrical-coordinate representation of color #EF99D9: hue angle of 315.35º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF99D9 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 153 217 -
CMYK 0 0.36 0.09 0.06
HSL 315.35º 0.73% 0.77% -
HSV(B) 315.35º 0.36% 0.94% -
XYZ 59.51 46.14 71.42 -
YUV 186.01 145.49 165.8 -
System Red Green Blue C M Y K H S L
Decimal 239 153 217 0 0.36 0.09 0.06 315.35 0.73 0.77
Hex EF 99 D9 0 24 9 6 13B 49 4D
Octal 357 231 331 0 44 11 6 473 111 115
Binary 11101111 10011001 11011001 0 100100 1001 110 100111011 1001001 1001101

Color Harmonies of #EF99D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF99D9

Black with #EF99D9

Text Example


Text Example

White with #EF99D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF99D9; }

 p { color: rgb(239,153,217); }

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

background-color css

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

 a { background-color: rgb(239,153,217); }

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

border-color css

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

 span { border-color: rgb(239,153,217); }

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