#EAADCA

Color #EAADCA Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #EAADCA

Tints of Lavender Pink #EAADCA

Color information

#EAADCA (or 0xEAADCA) is unknown color: approx Lavender Pink. HEX triplet: EA, AD and CA. RGB value is (234,173,202). Sum of RGB (Red+Green+Blue) = 234+173+202=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADCA is #155235. Grayscale: #C2C2C2. Windows color (decimal): -1397302 or 13282794. OLE color: 13282794.

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

Color convert

RGB234173202-
CMYK00.260.140.08
HSL331.48º59.22%79.8%-
HSV(B)331.48º26.07%91.76%-
XYZ59.5451.6462.71-
YUV194.54132.21156.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=38.42%
G=28.41%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417320200.260.140.08331.4859.2279.8
HexEAADCA01AE814b3b50
Octal352255312032161051373120
Binary111010101010110111001010011010111010001010010111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAADCA; }

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

 H1.HeaderClassName
 {
   color: #EAADCA;
 }
 .AnyTagClassName
 {
   color: #EAADCA;
 }
</style>
background-color css

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

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

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

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

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

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