#ED48C8

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

Shades of Razzle Dazzle Rose #ED48C8

Tints of Razzle Dazzle Rose #ED48C8

Color information

#ED48C8 (or 0xED48C8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 48 and C8. RGB value is (237,72,200). Sum of RGB (Red+Green+Blue) = 237+72+200=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED48C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED48C8 is #12B737. Grayscale: #878787. Windows color (decimal): -1226552 or 13125869. OLE color: 13125869.

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

Color convert

RGB23772200-
CMYK00.700.160.07
HSL313.45º82.09%60.59%-
HSV(B)313.45º69.62%92.94%-
XYZ47.6726.8157.31-
YUV135.93164.16200.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 72 (28.52% from 255) = 14.15%
BLUE value IS 200 (78.52% from 255) = 39.29%
R=46.56%
G=14.15%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377220000.700.160.07313.4582.0960.59
HexED48C8046107139523d
Octal355110310010620747112275
Binary1110110110010001100100001000110100001111001110011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED48C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED48C8; }

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

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

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

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

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

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

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

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