#ED33D7

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

Shades of Razzle Dazzle Rose #ED33D7

Tints of Razzle Dazzle Rose #ED33D7

Color information

#ED33D7 (or 0xED33D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 33 and D7. RGB value is (237,51,215). Sum of RGB (Red+Green+Blue) = 237+51+215=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 51 (20.31% from 255 or 10.14% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED33D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED33D7 is #12CC28. Grayscale: #7C7C7C. Windows color (decimal): -1231913 or 14103533. OLE color: 14103533.

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

Color convert

RGB23751215-
CMYK00.780.090.07
HSL307.1º83.78%56.47%-
HSV(B)307.1º78.48%92.94%-
XYZ48.3725.2866.62-
YUV125.31178.62207.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.12%
GREEN value IS 51 (20.31% from 255) = 10.14%
BLUE value IS 215 (84.38% from 255) = 42.74%
R=47.12%
G=10.14%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375121500.780.090.07307.183.7856.47
HexED33D704E971335438
Octal35563327011611746312470
Binary11101101110011110101110100111010011111001100111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED33D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED33D7; }

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

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

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

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

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

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

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

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