#ED35DF

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

Shades of Razzle Dazzle Rose #ED35DF

Tints of Razzle Dazzle Rose #ED35DF

Color information

#ED35DF (or 0xED35DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 35 and DF. RGB value is (237,53,223). Sum of RGB (Red+Green+Blue) = 237+53+223=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 53 (21.09% from 255 or 10.33% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED35DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED35DF is #12CA20. Grayscale: #7E7E7E. Windows color (decimal): -1231393 or 14628333. OLE color: 14628333.

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

Color convert

RGB23753223-
CMYK00.780.060.07
HSL304.57º83.64%56.86%-
HSV(B)304.57º77.64%92.94%-
XYZ49.5225.8872.2-
YUV127.4181.96206.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 53 (21.09% from 255) = 10.33%
BLUE value IS 223 (87.5% from 255) = 43.47%
R=46.20%
G=10.33%
B=43.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375322300.780.060.07304.5783.6456.86
HexED35DF04E671315439
Octal3556533701166746112471
Binary1110110111010111011111010011101101111001100011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED35DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED35DF; }

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

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

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

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

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

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

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

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