Html Css Color HEX #EFAAE1 Lavender Rose

📋 copy color: '#EFAAE1'

red 239 ◦ green 170 ◦ blue 225

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

Shades of Lavender Rose #EFAAE1

Tints of Lavender Rose #EFAAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.49%

R = 37.7%
G = 26.81%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFAAE1 (or 0xEFAAE1) is known color: Lavender Rose. HEX triplet: EF, AA and E1. RGB value is (239,170,225). Sum of RGB (Red+Green+Blue) = 239+170+225=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAAE1 is #10551E. Grayscale: #C4C4C4. Windows color (decimal): -1070367 or 14789359. OLE color: 14789359.

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

Color convert

RGB 239 170 225 -
CMYK 0 0.29 0.06 0.06
HSL 312.17º 0.68% 0.8% -
HSV(B) 312.17º 0.29% 0.94% -
XYZ 63.56 52.54 78.02 -
YUV 196.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 239 170 225 0 0.29 0.06 0.06 312.17 0.68 0.8
Hex EF AA E1 0 1D 6 6 138 44 50
Octal 357 252 341 0 35 6 6 470 104 120
Binary 11101111 10101010 11100001 0 11101 110 110 100111000 1000100 1010000

Color Harmonies of #EFAAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAE1

Black with #EFAAE1

Text Example


Text Example

White with #EFAAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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