#ED22DA

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

Shades of Razzle Dazzle Rose #ED22DA

Tints of Razzle Dazzle Rose #ED22DA

Color information

#ED22DA (or 0xED22DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 22 and DA. RGB value is (237,34,218). Sum of RGB (Red+Green+Blue) = 237+34+218=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 34 (13.67% from 255 or 6.95% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED22DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED22DA is #12DD25. Grayscale: #737373. Windows color (decimal): -1236262 or 14295789. OLE color: 14295789.

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

Color convert

RGB23734218-
CMYK00.860.080.07
HSL305.62º84.94%53.14%-
HSV(B)305.62º85.65%92.94%-
XYZ48.1524.2168.46-
YUV115.67185.75214.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.47%
GREEN value IS 34 (13.67% from 255) = 6.95%
BLUE value IS 218 (85.55% from 255) = 44.58%
R=48.47%
G=6.95%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373421800.860.080.07305.6284.9453.14
HexED22DA056871325535
Octal35542332012610746212565
Binary11101101100010110110100101011010001111001100101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED22DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED22DA; }

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

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

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

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

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

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

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

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