Html Css Color HEX #EAAECB Lavender Pink

📋 copy color: '#EAAECB'

red 234 ◦ green 174 ◦ blue 203

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

Shades of Lavender Pink #EAAECB

Tints of Lavender Pink #EAAECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.48%

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

R = 38.3%
G = 28.48%
B = 33.22%

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

#EAAECB (or 0xEAAECB) is known color: Lavender Pink. HEX triplet: EA, AE and CB. RGB value is (234,174,203). Sum of RGB (Red+Green+Blue) = 234+174+203=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAECB is #155134. Grayscale: #C3C3C3. Windows color (decimal): -1397045 or 13348586. OLE color: 13348586.

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

Color convert

RGB 234 174 203 -
CMYK 0 0.26 0.13 0.08
HSL 331º 0.59% 0.8% -
HSV(B) 331º 0.26% 0.92% -
XYZ 59.85 52.08 63.4 -
YUV 195.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 234 174 203 0 0.26 0.13 0.08 331 0.59 0.8
Hex EA AE CB 0 1A D 8 14B 3B 50
Octal 352 256 313 0 32 15 10 513 73 120
Binary 11101010 10101110 11001011 0 11010 1101 1000 101001011 111011 1010000

Color Harmonies of #EAAECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAECB

Black with #EAAECB

Text Example


Text Example

White with #EAAECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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