Html Css Color HEX #EAAECA Lavender Pink

📋 copy color: '#EAAECA'

red 234 ◦ green 174 ◦ blue 202

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

Shades of Lavender Pink #EAAECA

Tints of Lavender Pink #EAAECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.11%

R = 38.36%
G = 28.52%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EAAECA (or 0xEAAECA) is known color: Lavender Pink. HEX triplet: EA, AE and CA. RGB value is (234,174,202). Sum of RGB (Red+Green+Blue) = 234+174+202=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAECA is #155135. Grayscale: #C3C3C3. Windows color (decimal): -1397046 or 13283050. OLE color: 13283050.

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

Color convert

RGB 234 174 202 -
CMYK 0 0.26 0.14 0.08
HSL 332º 0.59% 0.8% -
HSV(B) 332º 0.26% 0.92% -
XYZ 59.73 52.03 62.77 -
YUV 195.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 234 174 202 0 0.26 0.14 0.08 332 0.59 0.8
Hex EA AE CA 0 1A E 8 14C 3B 50
Octal 352 256 312 0 32 16 10 514 73 120
Binary 11101010 10101110 11001010 0 11010 1110 1000 101001100 111011 1010000

Color Harmonies of #EAAECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAECA

Black with #EAAECA

Text Example


Text Example

White with #EAAECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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