#ED35D6

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

Shades of Razzle Dazzle Rose #ED35D6

Tints of Razzle Dazzle Rose #ED35D6

Color information

#ED35D6 (or 0xED35D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 35 and D6. RGB value is (237,53,214). Sum of RGB (Red+Green+Blue) = 237+53+214=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 53 (21.09% from 255 or 10.52% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED35D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED35D6 is #12CA29. Grayscale: #7D7D7D. Windows color (decimal): -1231402 or 14038509. OLE color: 14038509.

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

Color convert

RGB23753214-
CMYK00.780.100.07
HSL307.5º83.64%56.86%-
HSV(B)307.5º77.64%92.94%-
XYZ48.3425.4165.97-
YUV126.37177.46206.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 53 (21.09% from 255) = 10.52%
BLUE value IS 214 (83.98% from 255) = 42.46%
R=47.02%
G=10.52%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375321400.780.100.07307.583.6456.86
HexED35D604EA71345439
Octal35565326011612746412471
Binary11101101110101110101100100111010101111001101001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED35D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED35D6; }

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

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

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

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

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

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

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

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