#ED35E0

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

Shades of Razzle Dazzle Rose #ED35E0

Tints of Razzle Dazzle Rose #ED35E0

Color information

#ED35E0 (or 0xED35E0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 35 and E0. RGB value is (237,53,224). Sum of RGB (Red+Green+Blue) = 237+53+224=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 53 (21.09% from 255 or 10.31% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED35E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED35E0 is #12CA1F. Grayscale: #7F7F7F. Windows color (decimal): -1231392 or 14693869. OLE color: 14693869.

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

Color convert

RGB23753224-
CMYK00.780.050.07
HSL304.24º83.64%56.86%-
HSV(B)304.24º77.64%92.94%-
XYZ49.6525.9372.91-
YUV127.51182.46206.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.11%
GREEN value IS 53 (21.09% from 255) = 10.31%
BLUE value IS 224 (87.89% from 255) = 43.58%
R=46.11%
G=10.31%
B=43.58%

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
Decimal2375322400.780.050.07304.2483.6456.86
HexED35E004E571305439
Octal3556534001165746012471
Binary1110110111010111100000010011101011111001100001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED35E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED35E0; }

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

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

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

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

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

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

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

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