Html Css Color HEX #EAB2D5 Lavender Pink

📋 copy color: '#EAB2D5'

red 234 ◦ green 178 ◦ blue 213

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

Shades of Lavender Pink #EAB2D5

Tints of Lavender Pink #EAB2D5

RGB

 RED value IS 234 (91.8% from 255) = 37.44%

 GREEN value IS 178 (69.92% from 255) = 28.48%

 BLUE value IS 213 (83.59% from 255) = 34.08%

R = 37.44%
G = 28.48%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EAB2D5 (or 0xEAB2D5) is known color: Lavender Pink. HEX triplet: EA, B2 and D5. RGB value is (234,178,213). Sum of RGB (Red+Green+Blue) = 234+178+213=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2D5 is #154D2A. Grayscale: #C6C6C6. Windows color (decimal): -1396011 or 14004970. OLE color: 14004970.

HSL color Cylindrical-coordinate representation of color #EAB2D5: hue angle of 322.5º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB2D5 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 178 213 -
CMYK 0 0.24 0.09 0.08
HSL 322.5º 0.57% 0.81% -
HSV(B) 322.5º 0.24% 0.92% -
XYZ 61.86 54.14 70.14 -
YUV 198.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 234 178 213 0 0.24 0.09 0.08 322.5 0.57 0.81
Hex EA B2 D5 0 18 9 8 142 39 51
Octal 352 262 325 0 30 11 10 502 71 121
Binary 11101010 10110010 11010101 0 11000 1001 1000 101000010 111001 1010001

Color Harmonies of #EAB2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB2D5

Black with #EAB2D5

Text Example


Text Example

White with #EAB2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB2D5; }

 p { color: rgb(234,178,213); }

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

background-color css

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

 a { background-color: rgb(234,178,213); }

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

border-color css

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

 span { border-color: rgb(234,178,213); }

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