Html Css Color HEX #EAABCB Lavender Pink

📋 copy color: '#EAABCB'

red 234 ◦ green 171 ◦ blue 203

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

Shades of Lavender Pink #EAABCB

Tints of Lavender Pink #EAABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.39%

R = 38.49%
G = 28.13%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EAABCB (or 0xEAABCB) is known color: Lavender Pink. HEX triplet: EA, AB and CB. RGB value is (234,171,203). Sum of RGB (Red+Green+Blue) = 234+171+203=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABCB is #155434. Grayscale: #C1C1C1. Windows color (decimal): -1397813 or 13347818. OLE color: 13347818.

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

Color convert

RGB 234 171 203 -
CMYK 0 0.27 0.13 0.08
HSL 329.52º 0.6% 0.79% -
HSV(B) 329.52º 0.27% 0.92% -
XYZ 59.27 50.93 63.21 -
YUV 193.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 234 171 203 0 0.27 0.13 0.08 329.52 0.6 0.79
Hex EA AB CB 0 1B D 8 14A 3C 4F
Octal 352 253 313 0 33 15 10 512 74 117
Binary 11101010 10101011 11001011 0 11011 1101 1000 101001010 111100 1001111

Color Harmonies of #EAABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABCB

Black with #EAABCB

Text Example


Text Example

White with #EAABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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