#ED0F97

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

Shades of Hollywood Cerise #ED0F97

Tints of Hollywood Cerise #ED0F97

Color information

#ED0F97 (or 0xED0F97) is unknown color: approx Hollywood Cerise. HEX triplet: ED, 0F and 97. RGB value is (237,15,151). Sum of RGB (Red+Green+Blue) = 237+15+151=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0F97 is #12F068. Grayscale: #606060. Windows color (decimal): -1241193 or 9900013. OLE color: 9900013.

HSL color Cylindrical-coordinate representation of color #ED0F97: hue angle of 323.24º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0F97 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB23715151-
CMYK00.940.360.07
HSL323.24º88.1%49.41%-
HSV(B)323.24º93.67%92.94%-
XYZ40.6820.5831.11-
YUV96.88158.55227.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.81%
GREEN value IS 15 (6.25% from 255) = 3.72%
BLUE value IS 151 (59.38% from 255) = 37.47%
R=58.81%
G=3.72%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371515100.940.360.07323.2488.149.41
HexEDF9705E2471435831
Octal35517227013644750313061
Binary11101101111110010111010111101001001111010000111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0F97; }

 p { color: rgb(237,15,151); }

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

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

 a { background-color: rgb(237,15,151); }

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

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

 span { border-color: rgb(237,15,151); }

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