#ED44CE

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

Shades of Razzle Dazzle Rose #ED44CE

Tints of Razzle Dazzle Rose #ED44CE

Color information

#ED44CE (or 0xED44CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 44 and CE. RGB value is (237,68,206). Sum of RGB (Red+Green+Blue) = 237+68+206=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED44CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED44CE is #12BB31. Grayscale: #858585. Windows color (decimal): -1227570 or 13518061. OLE color: 13518061.

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

Color convert

RGB23768206-
CMYK00.710.130.07
HSL311.01º82.44%59.8%-
HSV(B)311.01º71.31%92.94%-
XYZ48.1326.660.99-
YUV134.26168.49201.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 68 (26.95% from 255) = 13.31%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=46.38%
G=13.31%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376820600.710.130.07311.0182.4459.8
HexED44CE047D7137523c
Octal355104316010715746712274
Binary111011011000100110011100100011111011111001101111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED44CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED44CE; }

 p { color: rgb(237,68,206); }

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

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

 a { background-color: rgb(237,68,206); }

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

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

 span { border-color: rgb(237,68,206); }

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