#EBACCA

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

Shades of Lavender Pink #EBACCA

Tints of Lavender Pink #EBACCA

Color information

#EBACCA (or 0xEBACCA) is unknown color: approx Lavender Pink. HEX triplet: EB, AC and CA. RGB value is (235,172,202). Sum of RGB (Red+Green+Blue) = 235+172+202=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACCA is #145335. Grayscale: #C2C2C2. Windows color (decimal): -1332022 or 13282539. OLE color: 13282539.

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

Color convert

RGB235172202-
CMYK00.270.140.08
HSL331.43º61.17%79.8%-
HSV(B)331.43º26.81%92.16%-
XYZ59.6751.4362.66-
YUV194.26132.37157.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 172 (67.58% from 255) = 28.24%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=38.59%
G=28.24%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517220200.270.140.08331.4361.1779.8
HexEBACCA01BE814b3d50
Octal353254312033161051375120
Binary111010111010110011001010011011111010001010010111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACCA; }

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

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

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

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

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

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

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

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