Html Css Color HEX #EEA5DE Lavender Rose

📋 copy color: '#EEA5DE'

red 238 ◦ green 165 ◦ blue 222

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

Shades of Lavender Rose #EEA5DE

Tints of Lavender Rose #EEA5DE

RGB

 RED value IS 238 (93.36% from 255) = 38.08%

 GREEN value IS 165 (64.84% from 255) = 26.4%

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

R = 38.08%
G = 26.4%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EEA5DE (or 0xEEA5DE) is known color: Lavender Rose. HEX triplet: EE, A5 and DE. RGB value is (238,165,222). Sum of RGB (Red+Green+Blue) = 238+165+222=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 165 (64.84% from 255 or 26.4% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5DE is #115A21. Grayscale: #C1C1C1. Windows color (decimal): -1137186 or 14591470. OLE color: 14591470.

HSL color Cylindrical-coordinate representation of color #EEA5DE: hue angle of 313.15º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEA5DE is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 165 222 -
CMYK 0 0.31 0.07 0.07
HSL 313.15º 0.68% 0.79% -
HSV(B) 313.15º 0.31% 0.93% -
XYZ 61.9 50.36 75.57 -
YUV 193.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 238 165 222 0 0.31 0.07 0.07 313.15 0.68 0.79
Hex EE A5 DE 0 1F 7 7 139 44 4F
Octal 356 245 336 0 37 7 7 471 104 117
Binary 11101110 10100101 11011110 0 11111 111 111 100111001 1000100 1001111

Color Harmonies of #EEA5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA5DE

Black with #EEA5DE

Text Example


Text Example

White with #EEA5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA5DE; }

 p { color: rgb(238,165,222); }

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

background-color css

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

 a { background-color: rgb(238,165,222); }

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

border-color css

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

 span { border-color: rgb(238,165,222); }

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