Html Css Color HEX #EF9EE5 Lavender Rose

📋 copy color: '#EF9EE5'

red 239 ◦ green 158 ◦ blue 229

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

Shades of Lavender Rose #EF9EE5

Tints of Lavender Rose #EF9EE5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.24%

 BLUE value IS 229 (89.84% from 255) = 36.58%

R = 38.18%
G = 25.24%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF9EE5 (or 0xEF9EE5) is known color: Lavender Rose. HEX triplet: EF, 9E and E5. RGB value is (239,158,229). Sum of RGB (Red+Green+Blue) = 239+158+229=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 158 (62.11% from 255 or 25.24% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9EE5 is #10611A. Grayscale: #BEBEBE. Windows color (decimal): -1073435 or 15048431. OLE color: 15048431.

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

Color convert

RGB 239 158 229 -
CMYK 0 0.34 0.04 0.06
HSL 307.41º 0.72% 0.78% -
HSV(B) 307.41º 0.34% 0.94% -
XYZ 61.97 48.46 80.22 -
YUV 190.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 239 158 229 0 0.34 0.04 0.06 307.41 0.72 0.78
Hex EF 9E E5 0 22 4 6 133 48 4E
Octal 357 236 345 0 42 4 6 463 110 116
Binary 11101111 10011110 11100101 0 100010 100 110 100110011 1001000 1001110

Color Harmonies of #EF9EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9EE5

Black with #EF9EE5

Text Example


Text Example

White with #EF9EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9EE5; }

 p { color: rgb(239,158,229); }

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

background-color css

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

 a { background-color: rgb(239,158,229); }

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

border-color css

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

 span { border-color: rgb(239,158,229); }

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