#ed0fa1

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

Shades of Hollywood Cerise #ED0FA1

Tints of Hollywood Cerise #ED0FA1

Color information

#ED0FA1 (or 0xED0FA1) is unknown color: approx Hollywood Cerise. HEX triplet: ED, 0F and A1. RGB value is (237,15,161). Sum of RGB (Red+Green+Blue) = 237+15+161=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0FA1 is #12F05E. Grayscale: #616161. Windows color (decimal): -1241183 or 10555373. OLE color: 10555373.

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

Color convert

RGB23715161-
CMYK00.940.320.07
HSL320.54º88.1%49.41%-
HSV(B)320.54º93.67%92.94%-
XYZ41.5320.9235.57-
YUV98.02163.55227.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.38%
GREEN value IS 15 (6.25% from 255) = 3.63%
BLUE value IS 161 (63.28% from 255) = 38.98%
R=57.38%
G=3.63%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371516100.940.320.07320.5488.149.41
HexEDFA105E2071415831
Octal35517241013640750113061
Binary11101101111110100001010111101000001111010000011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed0fa1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed0fa1; }

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

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

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

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

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

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

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

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