#ED3FB6

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

Shades of Razzle Dazzle Rose #ED3FB6

Tints of Razzle Dazzle Rose #ED3FB6

Color information

#ED3FB6 (or 0xED3FB6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 3F and B6. RGB value is (237,63,182). Sum of RGB (Red+Green+Blue) = 237+63+182=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3FB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3FB6 is #12C049. Grayscale: #808080. Windows color (decimal): -1228874 or 11943917. OLE color: 11943917.

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

Color convert

RGB23763182-
CMYK00.730.230.07
HSL318.97º82.86%58.82%-
HSV(B)318.97º73.42%92.94%-
XYZ45.1524.9446.69-
YUV128.59158.15205.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 63 (25% from 255) = 13.07%
BLUE value IS 182 (71.48% from 255) = 37.76%
R=49.17%
G=13.07%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376318200.730.230.07318.9782.8658.82
HexED3FB604917713f533b
Octal35577266011127747712373
Binary111011011111111011011001001001101111111001111111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3FB6; }

 p { color: rgb(237,63,182); }

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

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

 a { background-color: rgb(237,63,182); }

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

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

 span { border-color: rgb(237,63,182); }

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