#ED22D5

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

Shades of Razzle Dazzle Rose #ED22D5

Tints of Razzle Dazzle Rose #ED22D5

Color information

#ED22D5 (or 0xED22D5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 22 and D5. RGB value is (237,34,213). Sum of RGB (Red+Green+Blue) = 237+34+213=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 34 (13.67% from 255 or 7.02% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED22D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED22D5 is #12DD2A. Grayscale: #727272. Windows color (decimal): -1236267 or 13968109. OLE color: 13968109.

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

Color convert

RGB23734213-
CMYK00.860.100.07
HSL307.09º84.94%53.14%-
HSV(B)307.09º85.65%92.94%-
XYZ47.5123.9565.07-
YUV115.1183.25214.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.97%
GREEN value IS 34 (13.67% from 255) = 7.02%
BLUE value IS 213 (83.59% from 255) = 44.01%
R=48.97%
G=7.02%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373421300.860.100.07307.0984.9453.14
HexED22D5056A71335535
Octal35542325012612746312565
Binary11101101100010110101010101011010101111001100111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED22D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED22D5; }

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

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

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

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

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

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

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

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