Html Css Color HEX #ED0FA4 Hollywood Cerise

📋 copy color: '#ED0FA4'

red 237 ◦ green 15 ◦ blue 164

#ED0FA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #ED0FA4

Tints of Hollywood Cerise #ED0FA4

RGB

 RED value IS 237 (92.97% from 255) = 56.97%

 GREEN value IS 15 (6.25% from 255) = 3.61%

 BLUE value IS 164 (64.45% from 255) = 39.42%

R = 56.97%
G = 3.61%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ED0FA4 (or 0xED0FA4) is known color: Hollywood Cerise. HEX triplet: ED, 0F and A4. RGB value is (237,15,164). Sum of RGB (Red+Green+Blue) = 237+15+164=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0FA4 is #12F05B. Grayscale: #616161. Windows color (decimal): -1241180 or 10751981. OLE color: 10751981.

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

Color convert

RGB 237 15 164 -
CMYK 0 0.94 0.31 0.07
HSL 319.73º 0.88% 0.49% -
HSV(B) 319.73º 0.94% 0.93% -
XYZ 41.8 21.03 36.98 -
YUV 98.36 165.05 226.88 -
System Red Green Blue C M Y K H S L
Decimal 237 15 164 0 0.94 0.31 0.07 319.73 0.88 0.49
Hex ED F A4 0 5E 1F 7 140 58 31
Octal 355 17 244 0 136 37 7 500 130 61
Binary 11101101 1111 10100100 0 1011110 11111 111 101000000 1011000 110001

Color Harmonies of #ED0FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0FA4

Black with #ED0FA4

Text Example


Text Example

White with #ED0FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0FA4; }

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

 H1.HeaderClassName
 {
   color: #ED0FA4;
 }
 .AnyTagClassName
 {
   color: #ED0FA4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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