#ed28ca

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

Shades of Razzle Dazzle Rose #ED28CA

Tints of Razzle Dazzle Rose #ED28CA

Color information

#ED28CA (or 0xED28CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 28 and CA. RGB value is (237,40,202). Sum of RGB (Red+Green+Blue) = 237+40+202=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED28CA is #12D735. Grayscale: #747474. Windows color (decimal): -1234742 or 13248749. OLE color: 13248749.

HSL color Cylindrical-coordinate representation of color #ED28CA: hue angle of 310.66º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED28CA is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB23740202-
CMYK00.830.150.07
HSL310.66º84.55%54.31%-
HSV(B)310.66º83.12%92.94%-
XYZ46.3423.7958.03-
YUV117.37175.77213.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.48%
GREEN value IS 40 (16.02% from 255) = 8.35%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=49.48%
G=8.35%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374020200.830.150.07310.6684.5554.31
HexED28CA053F71375536
Octal35550312012317746712566
Binary11101101101000110010100101001111111111001101111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed28ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed28ca; }

 p { color: rgb(237,40,202); }

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

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

 a { background-color: rgb(237,40,202); }

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

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

 span { border-color: rgb(237,40,202); }

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