#EBBED5

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

Shades of Classic Rose #EBBED5

Tints of Classic Rose #EBBED5

Color information

#EBBED5 (or 0xEBBED5) is unknown color: approx Classic Rose. HEX triplet: EB, BE and D5. RGB value is (235,190,213). Sum of RGB (Red+Green+Blue) = 235+190+213=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBED5 is #14412A. Grayscale: #CECECE. Windows color (decimal): -1327403 or 14008043. OLE color: 14008043.

HSL color Cylindrical-coordinate representation of color #EBBED5: hue angle of 329.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBED5 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235190213-
CMYK00.190.090.08
HSL329.33º52.94%83.33%-
HSV(B)329.33º19.15%92.16%-
XYZ64.6859.2970.99-
YUV206.08131.91148.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.83%
GREEN value IS 190 (74.61% from 255) = 29.78%
BLUE value IS 213 (83.59% from 255) = 33.39%
R=36.83%
G=29.78%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519021300.190.090.08329.3352.9483.33
HexEBBED5013981493553
Octal353276325023111051165123
Binary111010111011111011010101010011100110001010010011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBED5; }

 p { color: rgb(235,190,213); }

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

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

 a { background-color: rgb(235,190,213); }

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

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

 span { border-color: rgb(235,190,213); }

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