#ED33EA

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

Shades of Razzle Dazzle Rose #ED33EA

Tints of Razzle Dazzle Rose #ED33EA

Color information

#ED33EA (or 0xED33EA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 33 and EA. RGB value is (237,51,234). Sum of RGB (Red+Green+Blue) = 237+51+234=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 51 (20.31% from 255 or 9.77% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED33EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED33EA is #12CC15. Grayscale: #7E7E7E. Windows color (decimal): -1231894 or 15348717. OLE color: 15348717.

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

Color convert

RGB23751234-
CMYK00.780.010.07
HSL300.97º83.78%56.47%-
HSV(B)300.97º78.48%92.94%-
XYZ50.9626.3180.23-
YUV127.48188.12206.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.40%
GREEN value IS 51 (20.31% from 255) = 9.77%
BLUE value IS 234 (91.80% from 255) = 44.83%
R=45.40%
G=9.77%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375123400.780.010.07300.9783.7856.47
HexED33EA04E1712d5438
Octal3556335201161745512470
Binary11101101110011111010100100111011111001011011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED33EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED33EA; }

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

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

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

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

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

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

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

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