#ED45CC

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

Shades of Razzle Dazzle Rose #ED45CC

Tints of Razzle Dazzle Rose #ED45CC

Color information

#ED45CC (or 0xED45CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 45 and CC. RGB value is (237,69,204). Sum of RGB (Red+Green+Blue) = 237+69+204=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 69 (27.34% from 255 or 13.53% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED45CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED45CC is #12BA33. Grayscale: #868686. Windows color (decimal): -1227316 or 13387245. OLE color: 13387245.

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

Color convert

RGB23769204-
CMYK00.710.140.07
HSL311.79º82.35%60%-
HSV(B)311.79º70.89%92.94%-
XYZ47.9526.6259.74-
YUV134.62167.16201.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.47%
GREEN value IS 69 (27.34% from 255) = 13.53%
BLUE value IS 204 (80.08% from 255) = 40%
R=46.47%
G=13.53%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376920400.710.140.07311.7982.3560
HexED45CC047E7138523c
Octal355105314010716747012274
Binary111011011000101110011000100011111101111001110001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED45CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED45CC; }

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

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

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

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

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

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

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

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