#EBBAD6

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

Shades of Classic Rose #EBBAD6

Tints of Classic Rose #EBBAD6

Color information

#EBBAD6 (or 0xEBBAD6) is unknown color: approx Classic Rose. HEX triplet: EB, BA and D6. RGB value is (235,186,214). Sum of RGB (Red+Green+Blue) = 235+186+214=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAD6 is #144529. Grayscale: #CBCBCB. Windows color (decimal): -1328426 or 14072555. OLE color: 14072555.

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

Color convert

RGB235186214-
CMYK00.210.090.08
HSL325.71º55.06%82.55%-
HSV(B)325.71º20.85%92.16%-
XYZ63.9657.6471.37-
YUV203.84133.73150.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 214 (83.98% from 255) = 33.70%
R=37.01%
G=29.29%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518621400.210.090.08325.7155.0682.55
HexEBBAD6015981463753
Octal353272326025111050667123
Binary111010111011101011010110010101100110001010001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAD6; }

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

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

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

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

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

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

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

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