#EBAECA

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

Shades of Lavender Pink #EBAECA

Tints of Lavender Pink #EBAECA

Color information

#EBAECA (or 0xEBAECA) is unknown color: approx Lavender Pink. HEX triplet: EB, AE and CA. RGB value is (235,174,202). Sum of RGB (Red+Green+Blue) = 235+174+202=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAECA is #145135. Grayscale: #C3C3C3. Windows color (decimal): -1331510 or 13283051. OLE color: 13283051.

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

Color convert

RGB235174202-
CMYK00.260.140.08
HSL332.46º60.4%80.2%-
HSV(B)332.46º25.96%92.16%-
XYZ60.0652.262.79-
YUV195.43131.71156.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 202 (79.30% from 255) = 33.06%
R=38.46%
G=28.48%
B=33.06%

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
Decimal23517420200.260.140.08332.4660.480.2
HexEBAECA01AE814c3c50
Octal353256312032161051474120
Binary111010111010111011001010011010111010001010011001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAECA; }

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

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

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

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

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

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

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

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