#EBCAE1

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

Shades of Classic Rose #EBCAE1

Tints of Classic Rose #EBCAE1

Color information

#EBCAE1 (or 0xEBCAE1) is unknown color: approx Classic Rose. HEX triplet: EB, CA and E1. RGB value is (235,202,225). Sum of RGB (Red+Green+Blue) = 235+202+225=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAE1 is #14351E. Grayscale: #D6D6D6. Windows color (decimal): -1324319 or 14797547. OLE color: 14797547.

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

Color convert

RGB235202225-
CMYK00.140.040.08
HSL318.18º45.21%85.69%-
HSV(B)318.18º14.04%92.16%-
XYZ68.9765.3480.21-
YUV214.49133.93142.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 202 (79.30% from 255) = 30.51%
BLUE value IS 225 (88.28% from 255) = 33.99%
R=35.50%
G=30.51%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520222500.140.040.08318.1845.2185.69
HexEBCAE10E4813e2d56
Octal35331234101641047655126
Binary1110101111001010111000010111010010001001111101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAE1; }

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

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

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

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

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

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

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

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