Html Css Color HEX #EEA4E1 Lavender Rose

📋 copy color: '#EEA4E1'

red 238 ◦ green 164 ◦ blue 225

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

Shades of Lavender Rose #EEA4E1

Tints of Lavender Rose #EEA4E1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.16%

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

R = 37.96%
G = 26.16%
B = 35.89%

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

#EEA4E1 (or 0xEEA4E1) is known color: Lavender Rose. HEX triplet: EE, A4 and E1. RGB value is (238,164,225). Sum of RGB (Red+Green+Blue) = 238+164+225=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 164 (64.45% from 255 or 26.16% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA4E1 is #115B1E. Grayscale: #C0C0C0. Windows color (decimal): -1137439 or 14787822. OLE color: 14787822.

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

Color convert

RGB 238 164 225 -
CMYK 0 0.31 0.05 0.07
HSL 310.54º 0.69% 0.79% -
HSV(B) 310.54º 0.31% 0.93% -
XYZ 62.13 50.16 77.64 -
YUV 193.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 238 164 225 0 0.31 0.05 0.07 310.54 0.69 0.79
Hex EE A4 E1 0 1F 5 7 137 45 4F
Octal 356 244 341 0 37 5 7 467 105 117
Binary 11101110 10100100 11100001 0 11111 101 111 100110111 1000101 1001111

Color Harmonies of #EEA4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA4E1

Black with #EEA4E1

Text Example


Text Example

White with #EEA4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA4E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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