Html Css Color HEX #E9A2DA Lavender Rose

📋 copy color: '#E9A2DA'

red 233 ◦ green 162 ◦ blue 218

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

Shades of Lavender Rose #E9A2DA

Tints of Lavender Rose #E9A2DA

RGB

 RED value IS 233 (91.41% from 255) = 38.01%

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

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

R = 38.01%
G = 26.43%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E9A2DA (or 0xE9A2DA) is known color: Lavender Rose. HEX triplet: E9, A2 and DA. RGB value is (233,162,218). Sum of RGB (Red+Green+Blue) = 233+162+218=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A2DA is #165D25. Grayscale: #BDBDBD. Windows color (decimal): -1465638 or 14328553. OLE color: 14328553.

HSL color Cylindrical-coordinate representation of color #E9A2DA: hue angle of 312.68º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9A2DA is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 162 218 -
CMYK 0 0.30 0.06 0.09
HSL 312.68º 0.62% 0.77% -
HSV(B) 312.68º 0.3% 0.91% -
XYZ 59.18 48.23 72.52 -
YUV 189.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 233 162 218 0 0.30 0.06 0.09 312.68 0.62 0.77
Hex E9 A2 DA 0 1E 6 9 139 3E 4D
Octal 351 242 332 0 36 6 11 471 76 115
Binary 11101001 10100010 11011010 0 11110 110 1001 100111001 111110 1001101

Color Harmonies of #E9A2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A2DA

Black with #E9A2DA

Text Example


Text Example

White with #E9A2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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