#ED33CC

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

Shades of Razzle Dazzle Rose #ED33CC

Tints of Razzle Dazzle Rose #ED33CC

Color information

#ED33CC (or 0xED33CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 33 and CC. RGB value is (237,51,204). Sum of RGB (Red+Green+Blue) = 237+51+204=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED33CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED33CC is #12CC33. Grayscale: #7B7B7B. Windows color (decimal): -1231924 or 13382637. OLE color: 13382637.

HSL color Cylindrical-coordinate representation of color #ED33CC: hue angle of 310.65º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED33CC is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB23751204-
CMYK00.780.140.07
HSL310.65º83.78%56.47%-
HSV(B)310.65º78.48%92.94%-
XYZ47.0124.7359.42-
YUV124.06173.12208.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.17%
GREEN value IS 51 (20.31% from 255) = 10.37%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=48.17%
G=10.37%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375120400.780.140.07310.6583.7856.47
HexED33CC04EE71375438
Octal35563314011616746712470
Binary11101101110011110011000100111011101111001101111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED33CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED33CC; }

 p { color: rgb(237,51,204); }

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

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

 a { background-color: rgb(237,51,204); }

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

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

 span { border-color: rgb(237,51,204); }

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