#ED45C5

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

Shades of Razzle Dazzle Rose #ED45C5

Tints of Razzle Dazzle Rose #ED45C5

Color information

#ED45C5 (or 0xED45C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 45 and C5. RGB value is (237,69,197). Sum of RGB (Red+Green+Blue) = 237+69+197=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 69 (27.34% from 255 or 13.72% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED45C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED45C5 is #12BA3A. Grayscale: #858585. Windows color (decimal): -1227323 or 12928493. OLE color: 12928493.

HSL color Cylindrical-coordinate representation of color #ED45C5: hue angle of 314.29º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED45C5 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB23769197-
CMYK00.710.170.07
HSL314.29º82.35%60%-
HSV(B)314.29º70.89%92.94%-
XYZ47.1326.2955.41-
YUV133.82163.66201.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.12%
GREEN value IS 69 (27.34% from 255) = 13.72%
BLUE value IS 197 (77.34% from 255) = 39.17%
R=47.12%
G=13.72%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376919700.710.170.07314.2982.3560
HexED45C504711713a523c
Octal355105305010721747212274
Binary1110110110001011100010101000111100011111001110101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED45C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED45C5; }

 p { color: rgb(237,69,197); }

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

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

 a { background-color: rgb(237,69,197); }

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

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

 span { border-color: rgb(237,69,197); }

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