Html Css Color HEX #EFAAE8 Lavender Rose

📋 copy color: '#EFAAE8'

red 239 ◦ green 170 ◦ blue 232

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

Shades of Lavender Rose #EFAAE8

Tints of Lavender Rose #EFAAE8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.52%

 BLUE value IS 232 (91.02% from 255) = 36.19%

R = 37.29%
G = 26.52%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFAAE8 (or 0xEFAAE8) is known color: Lavender Rose. HEX triplet: EF, AA and E8. RGB value is (239,170,232). Sum of RGB (Red+Green+Blue) = 239+170+232=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAE8 is #105517. Grayscale: #C5C5C5. Windows color (decimal): -1070360 or 15248111. OLE color: 15248111.

HSL color Cylindrical-coordinate representation of color #EFAAE8: hue angle of 306.09º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAAE8 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 170 232 -
CMYK 0 0.29 0.03 0.06
HSL 306.09º 0.68% 0.8% -
HSV(B) 306.09º 0.29% 0.94% -
XYZ 64.54 52.93 83.16 -
YUV 197.7 147.36 157.46 -
System Red Green Blue C M Y K H S L
Decimal 239 170 232 0 0.29 0.03 0.06 306.09 0.68 0.8
Hex EF AA E8 0 1D 3 6 132 44 50
Octal 357 252 350 0 35 3 6 462 104 120
Binary 11101111 10101010 11101000 0 11101 11 110 100110010 1000100 1010000

Color Harmonies of #EFAAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAE8

Black with #EFAAE8

Text Example


Text Example

White with #EFAAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAE8; }

 p { color: rgb(239,170,232); }

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

background-color css

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

 a { background-color: rgb(239,170,232); }

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

border-color css

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

 span { border-color: rgb(239,170,232); }

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