#EB2DCB

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

Shades of Razzle Dazzle Rose #EB2DCB

Tints of Razzle Dazzle Rose #EB2DCB

Color information

#EB2DCB (or 0xEB2DCB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 2D and CB. RGB value is (235,45,203). Sum of RGB (Red+Green+Blue) = 235+45+203=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2DCB is #14D234. Grayscale: #777777. Windows color (decimal): -1364533 or 13315563. OLE color: 13315563.

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

Color convert

RGB23545203-
CMYK00.810.140.08
HSL310.11º82.61%54.9%-
HSV(B)310.11º80.85%92.16%-
XYZ45.9823.8558.68-
YUV119.82174.95210.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.65%
GREEN value IS 45 (17.97% from 255) = 9.32%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=48.65%
G=9.32%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354520300.810.140.08310.1182.6154.9
HexEB2DCB051E81365337
Octal353553130121161046612367
Binary111010111011011100101101010001111010001001101101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2DCB; }

 p { color: rgb(235,45,203); }

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

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

 a { background-color: rgb(235,45,203); }

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

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

 span { border-color: rgb(235,45,203); }

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