#EBADCA

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

Shades of Lavender Pink #EBADCA

Tints of Lavender Pink #EBADCA

Color information

#EBADCA (or 0xEBADCA) is unknown color: approx Lavender Pink. HEX triplet: EB, AD and CA. RGB value is (235,173,202). Sum of RGB (Red+Green+Blue) = 235+173+202=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADCA is #145235. Grayscale: #C2C2C2. Windows color (decimal): -1331766 or 13282795. OLE color: 13282795.

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

Color convert

RGB235173202-
CMYK00.260.140.08
HSL331.94º60.78%80%-
HSV(B)331.94º26.38%92.16%-
XYZ59.8751.8162.72-
YUV194.84132.04156.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 173 (67.97% from 255) = 28.36%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=38.52%
G=28.36%
B=33.11%

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
Decimal23517320200.260.140.08331.9460.7880
HexEBADCA01AE814c3d50
Octal353255312032161051475120
Binary111010111010110111001010011010111010001010011001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADCA; }

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

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

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

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

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

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

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

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