Html Css Color HEX #EAACCB Lavender Pink

📋 copy color: '#EAACCB'

red 234 ◦ green 172 ◦ blue 203

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

Shades of Lavender Pink #EAACCB

Tints of Lavender Pink #EAACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.24%

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

R = 38.42%
G = 28.24%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EAACCB (or 0xEAACCB) is known color: Lavender Pink. HEX triplet: EA, AC and CB. RGB value is (234,172,203). Sum of RGB (Red+Green+Blue) = 234+172+203=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACCB is #155334. Grayscale: #C2C2C2. Windows color (decimal): -1397557 or 13348074. OLE color: 13348074.

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

Color convert

RGB 234 172 203 -
CMYK 0 0.26 0.13 0.08
HSL 330º 0.6% 0.8% -
HSV(B) 330º 0.26% 0.92% -
XYZ 59.46 51.31 63.27 -
YUV 194.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 234 172 203 0 0.26 0.13 0.08 330 0.6 0.8
Hex EA AC CB 0 1A D 8 14A 3C 50
Octal 352 254 313 0 32 15 10 512 74 120
Binary 11101010 10101100 11001011 0 11010 1101 1000 101001010 111100 1010000

Color Harmonies of #EAACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACCB

Black with #EAACCB

Text Example


Text Example

White with #EAACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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