#EBCAE0

Color #EBCAE0 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EBCAE0

Tints of Classic Rose #EBCAE0

Color information

#EBCAE0 (or 0xEBCAE0) is unknown color: approx Classic Rose. HEX triplet: EB, CA and E0. RGB value is (235,202,224). Sum of RGB (Red+Green+Blue) = 235+202+224=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAE0 is #14351F. Grayscale: #D6D6D6. Windows color (decimal): -1324320 or 14732011. OLE color: 14732011.

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

Color convert

RGB235202224-
CMYK00.140.050.08
HSL320º45.21%85.69%-
HSV(B)320º14.04%92.16%-
XYZ68.8465.2979.49-
YUV214.38133.43142.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 224 (87.89% from 255) = 33.89%
R=35.55%
G=30.56%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520222400.140.050.0832045.2185.69
HexEBCAE00E581402d56
Octal35331234001651050055126
Binary1110101111001010111000000111010110001010000001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAE0; }

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

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

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

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

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

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

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

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