Html Css Color HEX #EAB4D0 Lavender Pink

📋 copy color: '#EAB4D0'

red 234 ◦ green 180 ◦ blue 208

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

Shades of Lavender Pink #EAB4D0

Tints of Lavender Pink #EAB4D0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.94%

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

R = 37.62%
G = 28.94%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EAB4D0 (or 0xEAB4D0) is known color: Lavender Pink. HEX triplet: EA, B4 and D0. RGB value is (234,180,208). Sum of RGB (Red+Green+Blue) = 234+180+208=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4D0 is #154B2F. Grayscale: #C7C7C7. Windows color (decimal): -1395504 or 13677802. OLE color: 13677802.

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

Color convert

RGB 234 180 208 -
CMYK 0 0.23 0.11 0.08
HSL 328.89º 0.56% 0.81% -
HSV(B) 328.89º 0.23% 0.92% -
XYZ 61.64 54.69 66.98 -
YUV 199.34 132.89 152.72 -
System Red Green Blue C M Y K H S L
Decimal 234 180 208 0 0.23 0.11 0.08 328.89 0.56 0.81
Hex EA B4 D0 0 17 B 8 149 38 51
Octal 352 264 320 0 27 13 10 511 70 121
Binary 11101010 10110100 11010000 0 10111 1011 1000 101001001 111000 1010001

Color Harmonies of #EAB4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB4D0

Black with #EAB4D0

Text Example


Text Example

White with #EAB4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB4D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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