Html Css Color HEX #EEA1DD Lavender Rose

📋 copy color: '#EEA1DD'

red 238 ◦ green 161 ◦ blue 221

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

Shades of Lavender Rose #EEA1DD

Tints of Lavender Rose #EEA1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.97%

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

R = 38.39%
G = 25.97%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EEA1DD (or 0xEEA1DD) is known color: Lavender Rose. HEX triplet: EE, A1 and DD. RGB value is (238,161,221). Sum of RGB (Red+Green+Blue) = 238+161+221=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA1DD is #115E22. Grayscale: #BEBEBE. Windows color (decimal): -1138211 or 14524910. OLE color: 14524910.

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

Color convert

RGB 238 161 221 -
CMYK 0 0.32 0.07 0.07
HSL 313.25º 0.69% 0.78% -
HSV(B) 313.25º 0.32% 0.93% -
XYZ 61.06 48.89 74.62 -
YUV 190.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 238 161 221 0 0.32 0.07 0.07 313.25 0.69 0.78
Hex EE A1 DD 0 20 7 7 139 45 4E
Octal 356 241 335 0 40 7 7 471 105 116
Binary 11101110 10100001 11011101 0 100000 111 111 100111001 1000101 1001110

Color Harmonies of #EEA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA1DD

Black with #EEA1DD

Text Example


Text Example

White with #EEA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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