#ED22DB

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

Shades of Razzle Dazzle Rose #ED22DB

Tints of Razzle Dazzle Rose #ED22DB

Color information

#ED22DB (or 0xED22DB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 22 and DB. RGB value is (237,34,219). Sum of RGB (Red+Green+Blue) = 237+34+219=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 34 (13.67% from 255 or 6.94% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED22DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED22DB is #12DD24. Grayscale: #737373. Windows color (decimal): -1236261 or 14361325. OLE color: 14361325.

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

Color convert

RGB23734219-
CMYK00.860.080.07
HSL305.32º84.94%53.14%-
HSV(B)305.32º85.65%92.94%-
XYZ48.2824.2669.16-
YUV115.79186.25214.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.37%
GREEN value IS 34 (13.67% from 255) = 6.94%
BLUE value IS 219 (85.94% from 255) = 44.69%
R=48.37%
G=6.94%
B=44.69%

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
Decimal2373421900.860.080.07305.3284.9453.14
HexED22DB056871315535
Octal35542333012610746112565
Binary11101101100010110110110101011010001111001100011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED22DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED22DB; }

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

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

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

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

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

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

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

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