Html Css Color HEX #EF99DE Lavender Rose

📋 copy color: '#EF99DE'

red 239 ◦ green 153 ◦ blue 222

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

Shades of Lavender Rose #EF99DE

Tints of Lavender Rose #EF99DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.16%

R = 38.93%
G = 24.92%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF99DE (or 0xEF99DE) is known color: Lavender Rose. HEX triplet: EF, 99 and DE. RGB value is (239,153,222). Sum of RGB (Red+Green+Blue) = 239+153+222=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99DE is #106621. Grayscale: #BABABA. Windows color (decimal): -1074722 or 14588399. OLE color: 14588399.

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

Color convert

RGB 239 153 222 -
CMYK 0 0.36 0.07 0.06
HSL 311.86º 0.73% 0.77% -
HSV(B) 311.86º 0.36% 0.94% -
XYZ 60.17 46.41 74.89 -
YUV 186.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 239 153 222 0 0.36 0.07 0.06 311.86 0.73 0.77
Hex EF 99 DE 0 24 7 6 138 49 4D
Octal 357 231 336 0 44 7 6 470 111 115
Binary 11101111 10011001 11011110 0 100100 111 110 100111000 1001001 1001101

Color Harmonies of #EF99DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF99DE

Black with #EF99DE

Text Example


Text Example

White with #EF99DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF99DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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