#ED40BB

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

Shades of Razzle Dazzle Rose #ED40BB

Tints of Razzle Dazzle Rose #ED40BB

Color information

#ED40BB (or 0xED40BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 40 and BB. RGB value is (237,64,187). Sum of RGB (Red+Green+Blue) = 237+64+187=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED40BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED40BB is #12BF44. Grayscale: #818181. Windows color (decimal): -1228613 or 12271853. OLE color: 12271853.

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

Color convert

RGB23764187-
CMYK00.730.210.07
HSL317.34º82.78%59.02%-
HSV(B)317.34º73%92.94%-
XYZ45.7325.2649.48-
YUV129.75160.31204.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.57%
GREEN value IS 64 (25.39% from 255) = 13.11%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=48.57%
G=13.11%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376418700.730.210.07317.3482.7859.02
HexED40BB04915713d533b
Octal355100273011125747512373
Binary1110110110000001011101101001001101011111001111011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED40BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED40BB; }

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

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

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

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

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

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

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

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