#ED35E1

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

Shades of Razzle Dazzle Rose #ED35E1

Tints of Razzle Dazzle Rose #ED35E1

Color information

#ED35E1 (or 0xED35E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 35 and E1. RGB value is (237,53,225). Sum of RGB (Red+Green+Blue) = 237+53+225=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 53 (21.09% from 255 or 10.29% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED35E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED35E1 is #12CA1E. Grayscale: #7F7F7F. Windows color (decimal): -1231391 or 14759405. OLE color: 14759405.

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

Color convert

RGB23753225-
CMYK00.780.050.07
HSL303.91º83.64%56.86%-
HSV(B)303.91º77.64%92.94%-
XYZ49.7925.9973.63-
YUV127.62182.96206.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 53 (21.09% from 255) = 10.29%
BLUE value IS 225 (88.28% from 255) = 43.69%
R=46.02%
G=10.29%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375322500.780.050.07303.9183.6456.86
HexED35E104E571305439
Octal3556534101165746012471
Binary1110110111010111100001010011101011111001100001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED35E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED35E1; }

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

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

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

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

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

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

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

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