Html Css Color HEX #EEA2DA Lavender Rose

📋 copy color: '#EEA2DA'

red 238 ◦ green 162 ◦ blue 218

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

Shades of Lavender Rose #EEA2DA

Tints of Lavender Rose #EEA2DA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.21%

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

R = 38.51%
G = 26.21%
B = 35.28%

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

#EEA2DA (or 0xEEA2DA) is known color: Lavender Rose. HEX triplet: EE, A2 and DA. RGB value is (238,162,218). Sum of RGB (Red+Green+Blue) = 238+162+218=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA2DA is #115D25. Grayscale: #BEBEBE. Windows color (decimal): -1137958 or 14328558. OLE color: 14328558.

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

Color convert

RGB 238 162 218 -
CMYK 0 0.32 0.08 0.07
HSL 315.79º 0.69% 0.78% -
HSV(B) 315.79º 0.32% 0.93% -
XYZ 60.84 49.08 72.6 -
YUV 191.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 238 162 218 0 0.32 0.08 0.07 315.79 0.69 0.78
Hex EE A2 DA 0 20 8 7 13C 45 4E
Octal 356 242 332 0 40 10 7 474 105 116
Binary 11101110 10100010 11011010 0 100000 1000 111 100111100 1000101 1001110

Color Harmonies of #EEA2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA2DA

Black with #EEA2DA

Text Example


Text Example

White with #EEA2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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