Html Css Color HEX #EAB1D0 Lavender Pink

📋 copy color: '#EAB1D0'

red 234 ◦ green 177 ◦ blue 208

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

Shades of Lavender Pink #EAB1D0

Tints of Lavender Pink #EAB1D0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.59%

 BLUE value IS 208 (81.64% from 255) = 33.6%

R = 37.8%
G = 28.59%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EAB1D0 (or 0xEAB1D0) is known color: Lavender Pink. HEX triplet: EA, B1 and D0. RGB value is (234,177,208). Sum of RGB (Red+Green+Blue) = 234+177+208=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1D0 is #154E2F. Grayscale: #C5C5C5. Windows color (decimal): -1396272 or 13677034. OLE color: 13677034.

HSL color Cylindrical-coordinate representation of color #EAB1D0: hue angle of 327.37º degrees, saturation: 0.58, 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 #EAB1D0 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 177 208 -
CMYK 0 0.24 0.11 0.08
HSL 327.37º 0.58% 0.81% -
HSV(B) 327.37º 0.24% 0.92% -
XYZ 61.04 53.49 66.78 -
YUV 197.58 133.88 153.98 -
System Red Green Blue C M Y K H S L
Decimal 234 177 208 0 0.24 0.11 0.08 327.37 0.58 0.81
Hex EA B1 D0 0 18 B 8 147 3A 51
Octal 352 261 320 0 30 13 10 507 72 121
Binary 11101010 10110001 11010000 0 11000 1011 1000 101000111 111010 1010001

Color Harmonies of #EAB1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB1D0

Black with #EAB1D0

Text Example


Text Example

White with #EAB1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB1D0; }

 p { color: rgb(234,177,208); }

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

background-color css

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

 a { background-color: rgb(234,177,208); }

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

border-color css

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

 span { border-color: rgb(234,177,208); }

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