#ED22CD

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

Shades of Razzle Dazzle Rose #ED22CD

Tints of Razzle Dazzle Rose #ED22CD

Color information

#ED22CD (or 0xED22CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 22 and CD. RGB value is (237,34,205). Sum of RGB (Red+Green+Blue) = 237+34+205=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 34 (13.67% from 255 or 7.14% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED22CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED22CD is #12DD32. Grayscale: #717171. Windows color (decimal): -1236275 or 13443821. OLE color: 13443821.

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

Color convert

RGB23734205-
CMYK00.860.140.07
HSL309.46º84.94%53.14%-
HSV(B)309.46º85.65%92.94%-
XYZ46.5223.5659.85-
YUV114.19179.25215.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.79%
GREEN value IS 34 (13.67% from 255) = 7.14%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=49.79%
G=7.14%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373420500.860.140.07309.4684.9453.14
HexED22CD056E71355535
Octal35542315012616746512565
Binary11101101100010110011010101011011101111001101011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED22CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED22CD; }

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

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

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

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

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

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

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

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