#EBCCE0

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

Shades of Classic Rose #EBCCE0

Tints of Classic Rose #EBCCE0

Color information

#EBCCE0 (or 0xEBCCE0) is unknown color: approx Classic Rose. HEX triplet: EB, CC and E0. RGB value is (235,204,224). Sum of RGB (Red+Green+Blue) = 235+204+224=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCE0 is #14331F. Grayscale: #D7D7D7. Windows color (decimal): -1323808 or 14732523. OLE color: 14732523.

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

Color convert

RGB235204224-
CMYK00.130.050.08
HSL321.29º43.66%86.08%-
HSV(B)321.29º13.19%92.16%-
XYZ69.3166.2379.65-
YUV215.55132.77141.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 204 (80.08% from 255) = 30.77%
BLUE value IS 224 (87.89% from 255) = 33.79%
R=35.44%
G=30.77%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520422400.130.050.08321.2943.6686.08
HexEBCCE00D581412c56
Octal35331434001551050154126
Binary1110101111001100111000000110110110001010000011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCE0; }

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

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

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

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

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

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

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

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