#ED41C2

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

Shades of Razzle Dazzle Rose #ED41C2

Tints of Razzle Dazzle Rose #ED41C2

Color information

#ED41C2 (or 0xED41C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 41 and C2. RGB value is (237,65,194). Sum of RGB (Red+Green+Blue) = 237+65+194=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED41C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED41C2 is #12BE3D. Grayscale: #828282. Windows color (decimal): -1228350 or 12730861. OLE color: 12730861.

HSL color Cylindrical-coordinate representation of color #ED41C2: hue angle of 315º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED41C2 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB23765194-
CMYK00.730.180.07
HSL315º82.69%59.22%-
HSV(B)315º72.57%92.94%-
XYZ46.5525.6853.54-
YUV131.13163.48203.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.78%
GREEN value IS 65 (25.78% from 255) = 13.10%
BLUE value IS 194 (76.17% from 255) = 39.11%
R=47.78%
G=13.10%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376519400.730.180.0731582.6959.22
HexED41C204912713b533b
Octal355101302011122747312373
Binary1110110110000011100001001001001100101111001110111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED41C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED41C2; }

 p { color: rgb(237,65,194); }

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

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

 a { background-color: rgb(237,65,194); }

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

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

 span { border-color: rgb(237,65,194); }

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