#ED48CA

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

Shades of Razzle Dazzle Rose #ED48CA

Tints of Razzle Dazzle Rose #ED48CA

Color information

#ED48CA (or 0xED48CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 48 and CA. RGB value is (237,72,202). Sum of RGB (Red+Green+Blue) = 237+72+202=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED48CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED48CA is #12B735. Grayscale: #878787. Windows color (decimal): -1226550 or 13256941. OLE color: 13256941.

HSL color Cylindrical-coordinate representation of color #ED48CA: hue angle of 312.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED48CA is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB23772202-
CMYK00.700.150.07
HSL312.73º82.09%60.59%-
HSV(B)312.73º69.62%92.94%-
XYZ47.926.958.55-
YUV136.16165.16199.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 72 (28.52% from 255) = 14.09%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=46.38%
G=14.09%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377220200.700.150.07312.7382.0960.59
HexED48CA046F7139523d
Octal355110312010617747112275
Binary111011011001000110010100100011011111111001110011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED48CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED48CA; }

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

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

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

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

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

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

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

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