#EBBEDB

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

Shades of Classic Rose #EBBEDB

Tints of Classic Rose #EBBEDB

Color information

#EBBEDB (or 0xEBBEDB) is unknown color: approx Classic Rose. HEX triplet: EB, BE and DB. RGB value is (235,190,219). Sum of RGB (Red+Green+Blue) = 235+190+219=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBEDB is #144124. Grayscale: #CECECE. Windows color (decimal): -1327397 or 14401259. OLE color: 14401259.

HSL color Cylindrical-coordinate representation of color #EBBEDB: hue angle of 321.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 #EBBEDB is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235190219-
CMYK00.190.070.08
HSL321.33º52.94%83.33%-
HSV(B)321.33º19.15%92.16%-
XYZ65.4659.675.07-
YUV206.76134.91148.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 190 (74.61% from 255) = 29.50%
BLUE value IS 219 (85.94% from 255) = 34.01%
R=36.49%
G=29.50%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519021900.190.070.08321.3352.9483.33
HexEBBEDB013781413553
Octal35327633302371050165123
Binary11101011101111101101101101001111110001010000011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEDB; }

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

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

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

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

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

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

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

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