#ED40BA

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

Shades of Razzle Dazzle Rose #ED40BA

Tints of Razzle Dazzle Rose #ED40BA

Color information

#ED40BA (or 0xED40BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 40 and BA. RGB value is (237,64,186). Sum of RGB (Red+Green+Blue) = 237+64+186=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED40BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED40BA is #12BF45. Grayscale: #818181. Windows color (decimal): -1228614 or 12206317. OLE color: 12206317.

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

Color convert

RGB23764186-
CMYK00.730.220.07
HSL317.69º82.78%59.02%-
HSV(B)317.69º73%92.94%-
XYZ45.6225.2248.92-
YUV129.64159.81204.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.67%
GREEN value IS 64 (25.39% from 255) = 13.14%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=48.67%
G=13.14%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376418600.730.220.07317.6982.7859.02
HexED40BA04916713e533b
Octal355100272011126747612373
Binary1110110110000001011101001001001101101111001111101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED40BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED40BA; }

 p { color: rgb(237,64,186); }

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

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

 a { background-color: rgb(237,64,186); }

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

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

 span { border-color: rgb(237,64,186); }

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