Html Css Color HEX #EF99D7 Lavender Rose

📋 copy color: '#EF99D7'

red 239 ◦ green 153 ◦ blue 215

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

Shades of Lavender Rose #EF99D7

Tints of Lavender Rose #EF99D7

RGB

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

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

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

R = 39.37%
G = 25.21%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF99D7 (or 0xEF99D7) is known color: Lavender Rose. HEX triplet: EF, 99 and D7. RGB value is (239,153,215). Sum of RGB (Red+Green+Blue) = 239+153+215=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99D7 is #106628. Grayscale: #B9B9B9. Windows color (decimal): -1074729 or 14129647. OLE color: 14129647.

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

Color convert

RGB 239 153 215 -
CMYK 0 0.36 0.10 0.06
HSL 316.74º 0.73% 0.77% -
HSV(B) 316.74º 0.36% 0.94% -
XYZ 59.25 46.04 70.05 -
YUV 185.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 239 153 215 0 0.36 0.10 0.06 316.74 0.73 0.77
Hex EF 99 D7 0 24 A 6 13D 49 4D
Octal 357 231 327 0 44 12 6 475 111 115
Binary 11101111 10011001 11010111 0 100100 1010 110 100111101 1001001 1001101

Color Harmonies of #EF99D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF99D7

Black with #EF99D7

Text Example


Text Example

White with #EF99D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF99D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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