#ED34D9

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

Shades of Razzle Dazzle Rose #ED34D9

Tints of Razzle Dazzle Rose #ED34D9

Color information

#ED34D9 (or 0xED34D9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 34 and D9. RGB value is (237,52,217). Sum of RGB (Red+Green+Blue) = 237+52+217=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 52 (20.70% from 255 or 10.28% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED34D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED34D9 is #12CB26. Grayscale: #7D7D7D. Windows color (decimal): -1231655 or 14234861. OLE color: 14234861.

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

Color convert

RGB23752217-
CMYK00.780.080.07
HSL306.49º83.71%56.67%-
HSV(B)306.49º78.06%92.94%-
XYZ48.6825.4768-
YUV126.12179.29207.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.84%
GREEN value IS 52 (20.70% from 255) = 10.28%
BLUE value IS 217 (85.16% from 255) = 42.89%
R=46.84%
G=10.28%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375221700.780.080.07306.4983.7156.67
HexED34D904E871325439
Octal35564331011610746212471
Binary11101101110100110110010100111010001111001100101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED34D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED34D9; }

 p { color: rgb(237,52,217); }

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

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

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

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

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

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

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