Html Css Color HEX #EEA8DA Lavender Rose

📋 copy color: '#EEA8DA'

red 238 ◦ green 168 ◦ blue 218

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

Shades of Lavender Rose #EEA8DA

Tints of Lavender Rose #EEA8DA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.92%

 BLUE value IS 218 (85.55% from 255) = 34.94%

R = 38.14%
G = 26.92%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEA8DA (or 0xEEA8DA) is known color: Lavender Rose. HEX triplet: EE, A8 and DA. RGB value is (238,168,218). Sum of RGB (Red+Green+Blue) = 238+168+218=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8DA is #115725. Grayscale: #C2C2C2. Windows color (decimal): -1136422 or 14330094. OLE color: 14330094.

HSL color Cylindrical-coordinate representation of color #EEA8DA: hue angle of 317.14º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA8DA is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 168 218 -
CMYK 0 0.29 0.08 0.07
HSL 317.14º 0.67% 0.8% -
HSV(B) 317.14º 0.29% 0.93% -
XYZ 61.92 51.24 72.96 -
YUV 194.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 238 168 218 0 0.29 0.08 0.07 317.14 0.67 0.8
Hex EE A8 DA 0 1D 8 7 13D 43 50
Octal 356 250 332 0 35 10 7 475 103 120
Binary 11101110 10101000 11011010 0 11101 1000 111 100111101 1000011 1010000

Color Harmonies of #EEA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA8DA

Black with #EEA8DA

Text Example


Text Example

White with #EEA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA8DA; }

 p { color: rgb(238,168,218); }

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

background-color css

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

 a { background-color: rgb(238,168,218); }

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

border-color css

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

 span { border-color: rgb(238,168,218); }

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