#ED22DC

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

Shades of Razzle Dazzle Rose #ED22DC

Tints of Razzle Dazzle Rose #ED22DC

Color information

#ED22DC (or 0xED22DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 22 and DC. RGB value is (237,34,220). Sum of RGB (Red+Green+Blue) = 237+34+220=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 34 (13.67% from 255 or 6.92% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED22DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED22DC is #12DD23. Grayscale: #737373. Windows color (decimal): -1236260 or 14426861. OLE color: 14426861.

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

Color convert

RGB23734220-
CMYK00.860.070.07
HSL305.02º84.94%53.14%-
HSV(B)305.02º85.65%92.94%-
XYZ48.4224.3269.85-
YUV115.9186.75214.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.27%
GREEN value IS 34 (13.67% from 255) = 6.92%
BLUE value IS 220 (86.33% from 255) = 44.81%
R=48.27%
G=6.92%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373422000.860.070.07305.0284.9453.14
HexED22DC056771315535
Octal3554233401267746112565
Binary1110110110001011011100010101101111111001100011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED22DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED22DC; }

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

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

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

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

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

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

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

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