Html Css Color HEX #EAABD0 Lavender Pink

📋 copy color: '#EAABD0'

red 234 ◦ green 171 ◦ blue 208

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

Shades of Lavender Pink #EAABD0

Tints of Lavender Pink #EAABD0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.9%

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

R = 38.17%
G = 27.9%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EAABD0 (or 0xEAABD0) is known color: Lavender Pink. HEX triplet: EA, AB and D0. RGB value is (234,171,208). Sum of RGB (Red+Green+Blue) = 234+171+208=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABD0 is #15542F. Grayscale: #C1C1C1. Windows color (decimal): -1397808 or 13675498. OLE color: 13675498.

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

Color convert

RGB 234 171 208 -
CMYK 0 0.27 0.11 0.08
HSL 324.76º 0.6% 0.79% -
HSV(B) 324.76º 0.27% 0.92% -
XYZ 59.88 51.17 66.4 -
YUV 194.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 234 171 208 0 0.27 0.11 0.08 324.76 0.6 0.79
Hex EA AB D0 0 1B B 8 145 3C 4F
Octal 352 253 320 0 33 13 10 505 74 117
Binary 11101010 10101011 11010000 0 11011 1011 1000 101000101 111100 1001111

Color Harmonies of #EAABD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABD0

Black with #EAABD0

Text Example


Text Example

White with #EAABD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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