Html Css Color HEX #EEA5DD Lavender Rose

📋 copy color: '#EEA5DD'

red 238 ◦ green 165 ◦ blue 221

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

Shades of Lavender Rose #EEA5DD

Tints of Lavender Rose #EEA5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.42%

R = 38.14%
G = 26.44%
B = 35.42%

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

#EEA5DD (or 0xEEA5DD) is known color: Lavender Rose. HEX triplet: EE, A5 and DD. RGB value is (238,165,221). Sum of RGB (Red+Green+Blue) = 238+165+221=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 165 (64.84% from 255 or 26.44% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5DD is #115A22. Grayscale: #C1C1C1. Windows color (decimal): -1137187 or 14525934. OLE color: 14525934.

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

Color convert

RGB 238 165 221 -
CMYK 0 0.31 0.07 0.07
HSL 313.97º 0.68% 0.79% -
HSV(B) 313.97º 0.31% 0.93% -
XYZ 61.77 50.31 74.86 -
YUV 193.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 238 165 221 0 0.31 0.07 0.07 313.97 0.68 0.79
Hex EE A5 DD 0 1F 7 7 13A 44 4F
Octal 356 245 335 0 37 7 7 472 104 117
Binary 11101110 10100101 11011101 0 11111 111 111 100111010 1000100 1001111

Color Harmonies of #EEA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA5DD

Black with #EEA5DD

Text Example


Text Example

White with #EEA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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