Html Css Color HEX #EAB1D4 Lavender Pink

📋 copy color: '#EAB1D4'

red 234 ◦ green 177 ◦ blue 212

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

Shades of Lavender Pink #EAB1D4

Tints of Lavender Pink #EAB1D4

RGB

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

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

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

R = 37.56%
G = 28.41%
B = 34.03%

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

#EAB1D4 (or 0xEAB1D4) is known color: Lavender Pink. HEX triplet: EA, B1 and D4. RGB value is (234,177,212). Sum of RGB (Red+Green+Blue) = 234+177+212=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 177 (69.53% from 255 or 28.41% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1D4 is #154E2B. Grayscale: #C5C5C5. Windows color (decimal): -1396268 or 13939178. OLE color: 13939178.

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

Color convert

RGB 234 177 212 -
CMYK 0 0.24 0.09 0.08
HSL 323.16º 0.58% 0.81% -
HSV(B) 323.16º 0.24% 0.92% -
XYZ 61.54 53.69 69.41 -
YUV 198.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 234 177 212 0 0.24 0.09 0.08 323.16 0.58 0.81
Hex EA B1 D4 0 18 9 8 143 3A 51
Octal 352 261 324 0 30 11 10 503 72 121
Binary 11101010 10110001 11010100 0 11000 1001 1000 101000011 111010 1010001

Color Harmonies of #EAB1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB1D4

Black with #EAB1D4

Text Example


Text Example

White with #EAB1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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