#ED35EC

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

Shades of Razzle Dazzle Rose #ED35EC

Tints of Razzle Dazzle Rose #ED35EC

Color information

#ED35EC (or 0xED35EC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 35 and EC. RGB value is (237,53,236). Sum of RGB (Red+Green+Blue) = 237+53+236=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 53 (21.09% from 255 or 10.08% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED35EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED35EC is #12CA13. Grayscale: #808080. Windows color (decimal): -1231380 or 15480301. OLE color: 15480301.

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

Color convert

RGB23753236-
CMYK00.780.000.07
HSL300.33º83.64%56.86%-
HSV(B)300.33º77.64%92.94%-
XYZ51.3426.6181.79-
YUV128.88188.46205.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 53 (21.09% from 255) = 10.08%
BLUE value IS 236 (92.58% from 255) = 44.87%
R=45.06%
G=10.08%
B=44.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375323600.780.000.07300.3383.6456.86
HexED35EC04E0712c5439
Octal3556535401160745412471
Binary11101101110101111011000100111001111001011001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED35EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED35EC; }

 p { color: rgb(237,53,236); }

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

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

 a { background-color: rgb(237,53,236); }

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

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

 span { border-color: rgb(237,53,236); }

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