Html Css Color HEX #EEA5E1 Lavender Rose

📋 copy color: '#EEA5E1'

red 238 ◦ green 165 ◦ blue 225

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

Shades of Lavender Rose #EEA5E1

Tints of Lavender Rose #EEA5E1

RGB

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

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

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

R = 37.9%
G = 26.27%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EEA5E1 (or 0xEEA5E1) is known color: Lavender Rose. HEX triplet: EE, A5 and E1. RGB value is (238,165,225). Sum of RGB (Red+Green+Blue) = 238+165+225=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 165 (64.84% from 255 or 26.27% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5E1 is #115A1E. Grayscale: #C1C1C1. Windows color (decimal): -1137183 or 14788078. OLE color: 14788078.

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

Color convert

RGB 238 165 225 -
CMYK 0 0.31 0.05 0.07
HSL 310.68º 0.68% 0.79% -
HSV(B) 310.68º 0.31% 0.93% -
XYZ 62.31 50.52 77.7 -
YUV 193.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 238 165 225 0 0.31 0.05 0.07 310.68 0.68 0.79
Hex EE A5 E1 0 1F 5 7 137 44 4F
Octal 356 245 341 0 37 5 7 467 104 117
Binary 11101110 10100101 11100001 0 11111 101 111 100110111 1000100 1001111

Color Harmonies of #EEA5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA5E1

Black with #EEA5E1

Text Example


Text Example

White with #EEA5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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