#ed009a

Color #ED009A Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #ED009A

Tints of Hollywood Cerise #ED009A

Color information

#ED009A (or 0xED009A) is unknown color: approx Hollywood Cerise. HEX triplet: ED, 00 and 9A. RGB value is (237,0,154). Sum of RGB (Red+Green+Blue) = 237+0+154=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED009A is #12FF65. Grayscale: #585858. Windows color (decimal): -1245030 or 10092781. OLE color: 10092781.

HSL color Cylindrical-coordinate representation of color #ED009A: hue angle of 321.01º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED009A is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB2370154-
CMYK010.350.07
HSL321.01º100%46.47%-
HSV(B)321.01º100%92.94%-
XYZ40.7620.3432.35-
YUV88.42165.02233.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=60.61%
G=0%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2370154010.350.07321.0110046.47
HexED09A064237141642e
Octal3550232014443750114456
Binary11101101010011010011001001000111111010000011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed009a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed009a; }

 p { color: rgb(237,0,154); }

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

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

 a { background-color: rgb(237,0,154); }

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

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

 span { border-color: rgb(237,0,154); }

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