#EBBAD8

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

Shades of Classic Rose #EBBAD8

Tints of Classic Rose #EBBAD8

Color information

#EBBAD8 (or 0xEBBAD8) is unknown color: approx Classic Rose. HEX triplet: EB, BA and D8. RGB value is (235,186,216). Sum of RGB (Red+Green+Blue) = 235+186+216=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAD8 is #144527. Grayscale: #CCCCCC. Windows color (decimal): -1328424 or 14203627. OLE color: 14203627.

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

Color convert

RGB235186216-
CMYK00.210.080.08
HSL323.27º55.06%82.55%-
HSV(B)323.27º20.85%92.16%-
XYZ64.2157.7472.73-
YUV204.07134.73150.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 216 (84.77% from 255) = 33.91%
R=36.89%
G=29.20%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518621600.210.080.08323.2755.0682.55
HexEBBAD8015881433753
Octal353272330025101050367123
Binary111010111011101011011000010101100010001010000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAD8; }

 p { color: rgb(235,186,216); }

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

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

 a { background-color: rgb(235,186,216); }

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

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

 span { border-color: rgb(235,186,216); }

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