Html Css Color HEX #EAB0D4 Lavender Pink

📋 copy color: '#EAB0D4'

red 234 ◦ green 176 ◦ blue 212

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

Shades of Lavender Pink #EAB0D4

Tints of Lavender Pink #EAB0D4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.3%

 BLUE value IS 212 (83.2% from 255) = 34.08%

R = 37.62%
G = 28.3%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EAB0D4 (or 0xEAB0D4) is known color: Lavender Pink. HEX triplet: EA, B0 and D4. RGB value is (234,176,212). Sum of RGB (Red+Green+Blue) = 234+176+212=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0D4 is #154F2B. Grayscale: #C5C5C5. Windows color (decimal): -1396524 or 13938922. OLE color: 13938922.

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

Color convert

RGB 234 176 212 -
CMYK 0 0.25 0.09 0.08
HSL 322.76º 0.58% 0.8% -
HSV(B) 322.76º 0.25% 0.92% -
XYZ 61.34 53.3 69.34 -
YUV 197.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 234 176 212 0 0.25 0.09 0.08 322.76 0.58 0.8
Hex EA B0 D4 0 19 9 8 143 3A 50
Octal 352 260 324 0 31 11 10 503 72 120
Binary 11101010 10110000 11010100 0 11001 1001 1000 101000011 111010 1010000

Color Harmonies of #EAB0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0D4

Black with #EAB0D4

Text Example


Text Example

White with #EAB0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0D4; }

 p { color: rgb(234,176,212); }

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

background-color css

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

 a { background-color: rgb(234,176,212); }

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

border-color css

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

 span { border-color: rgb(234,176,212); }

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