#EB33BD

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

Shades of Razzle Dazzle Rose #EB33BD

Tints of Razzle Dazzle Rose #EB33BD

Color information

#EB33BD (or 0xEB33BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 33 and BD. RGB value is (235,51,189). Sum of RGB (Red+Green+Blue) = 235+51+189=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 51 (20.31% from 255 or 10.74% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB33BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB33BD is #14CC42. Grayscale: #797979. Windows color (decimal): -1363011 or 12399595. OLE color: 12399595.

HSL color Cylindrical-coordinate representation of color #EB33BD: hue angle of 315º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EB33BD is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB23551189-
CMYK00.780.200.08
HSL315º82.14%56.08%-
HSV(B)315º78.3%92.16%-
XYZ44.6323.750.37-
YUV121.75165.96208.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.47%
GREEN value IS 51 (20.31% from 255) = 10.74%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=49.47%
G=10.74%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355118900.780.200.0831582.1456.08
HexEB33BD04E14813b5238
Octal353632750116241047312270
Binary1110101111001110111101010011101010010001001110111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB33BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB33BD; }

 p { color: rgb(235,51,189); }

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

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

 a { background-color: rgb(235,51,189); }

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

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

 span { border-color: rgb(235,51,189); }

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