#ED35ED

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

Shades of Razzle Dazzle Rose #ED35ED

Tints of Razzle Dazzle Rose #ED35ED

Color information

#ED35ED (or 0xED35ED) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 35 and ED. RGB value is (237,53,237). Sum of RGB (Red+Green+Blue) = 237+53+237=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 53 (21.09% from 255 or 10.06% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED35ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED35ED is #12CA12. Grayscale: #808080. Windows color (decimal): -1231379 or 15545837. OLE color: 15545837.

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

Color convert

RGB23753237-
CMYK00.7800.07
HSL300º83.64%56.86%-
HSV(B)300º77.64%92.94%-
XYZ51.4826.6782.55-
YUV128.99188.96205.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 53 (21.09% from 255) = 10.06%
BLUE value IS 237 (92.97% from 255) = 44.97%
R=44.97%
G=10.06%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375323700.7800.0730083.6456.86
HexED35ED04E0712c5439
Octal3556535501160745412471
Binary11101101110101111011010100111001111001011001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED35ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED35ED; }

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

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

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

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

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

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

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

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