#ED22D8

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

Shades of Razzle Dazzle Rose #ED22D8

Tints of Razzle Dazzle Rose #ED22D8

Color information

#ED22D8 (or 0xED22D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 22 and D8. RGB value is (237,34,216). Sum of RGB (Red+Green+Blue) = 237+34+216=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 34 (13.67% from 255 or 6.98% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED22D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED22D8 is #12DD27. Grayscale: #727272. Windows color (decimal): -1236264 or 14164717. OLE color: 14164717.

HSL color Cylindrical-coordinate representation of color #ED22D8: hue angle of 306.21º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED22D8 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB23734216-
CMYK00.860.090.07
HSL306.21º84.94%53.14%-
HSV(B)306.21º85.65%92.94%-
XYZ47.8924.1167.09-
YUV115.44184.75214.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.67%
GREEN value IS 34 (13.67% from 255) = 6.98%
BLUE value IS 216 (84.77% from 255) = 44.35%
R=48.67%
G=6.98%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373421600.860.090.07306.2184.9453.14
HexED22D8056971325535
Octal35542330012611746212565
Binary11101101100010110110000101011010011111001100101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED22D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED22D8; }

 p { color: rgb(237,34,216); }

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

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

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

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

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

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

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