#ED34D0

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

Shades of Razzle Dazzle Rose #ED34D0

Tints of Razzle Dazzle Rose #ED34D0

Color information

#ED34D0 (or 0xED34D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 34 and D0. RGB value is (237,52,208). Sum of RGB (Red+Green+Blue) = 237+52+208=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED34D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED34D0 is #12CB2F. Grayscale: #7C7C7C. Windows color (decimal): -1231664 or 13645037. OLE color: 13645037.

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

Color convert

RGB23752208-
CMYK00.780.120.07
HSL309.41º83.71%56.67%-
HSV(B)309.41º78.06%92.94%-
XYZ47.5425.0162-
YUV125.1174.79207.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.69%
GREEN value IS 52 (20.70% from 255) = 10.46%
BLUE value IS 208 (81.64% from 255) = 41.85%
R=47.69%
G=10.46%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375220800.780.120.07309.4183.7156.67
HexED34D004EC71355439
Octal35564320011614746512471
Binary11101101110100110100000100111011001111001101011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED34D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED34D0; }

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

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

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

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

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

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

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

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