Html Css Color HEX #EEA1DB Lavender Rose

📋 copy color: '#EEA1DB'

red 238 ◦ green 161 ◦ blue 219

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

Shades of Lavender Rose #EEA1DB

Tints of Lavender Rose #EEA1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.44%

R = 38.51%
G = 26.05%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEA1DB (or 0xEEA1DB) is known color: Lavender Rose. HEX triplet: EE, A1 and DB. RGB value is (238,161,219). Sum of RGB (Red+Green+Blue) = 238+161+219=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA1DB is #115E24. Grayscale: #BEBEBE. Windows color (decimal): -1138213 or 14393838. OLE color: 14393838.

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

Color convert

RGB 238 161 219 -
CMYK 0 0.32 0.08 0.07
HSL 314.81º 0.69% 0.78% -
HSV(B) 314.81º 0.32% 0.93% -
XYZ 60.79 48.78 73.23 -
YUV 190.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 238 161 219 0 0.32 0.08 0.07 314.81 0.69 0.78
Hex EE A1 DB 0 20 8 7 13B 45 4E
Octal 356 241 333 0 40 10 7 473 105 116
Binary 11101110 10100001 11011011 0 100000 1000 111 100111011 1000101 1001110

Color Harmonies of #EEA1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA1DB

Black with #EEA1DB

Text Example


Text Example

White with #EEA1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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