Html Css Color HEX #EEA4DF Lavender Rose

📋 copy color: '#EEA4DF'

red 238 ◦ green 164 ◦ blue 223

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

Shades of Lavender Rose #EEA4DF

Tints of Lavender Rose #EEA4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.68%

R = 38.08%
G = 26.24%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EEA4DF (or 0xEEA4DF) is known color: Lavender Rose. HEX triplet: EE, A4 and DF. RGB value is (238,164,223). Sum of RGB (Red+Green+Blue) = 238+164+223=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA4DF is #115B20. Grayscale: #C0C0C0. Windows color (decimal): -1137441 or 14656750. OLE color: 14656750.

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

Color convert

RGB 238 164 223 -
CMYK 0 0.31 0.06 0.07
HSL 312.16º 0.69% 0.79% -
HSV(B) 312.16º 0.31% 0.93% -
XYZ 61.85 50.06 76.21 -
YUV 192.85 145.02 160.2 -
System Red Green Blue C M Y K H S L
Decimal 238 164 223 0 0.31 0.06 0.07 312.16 0.69 0.79
Hex EE A4 DF 0 1F 6 7 138 45 4F
Octal 356 244 337 0 37 6 7 470 105 117
Binary 11101110 10100100 11011111 0 11111 110 111 100111000 1000101 1001111

Color Harmonies of #EEA4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA4DF

Black with #EEA4DF

Text Example


Text Example

White with #EEA4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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