Html Css Color HEX #E404AF Hollywood Cerise

📋 copy color: '#E404AF'

red 228 ◦ green 4 ◦ blue 175

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

Shades of Hollywood Cerise #E404AF

Tints of Hollywood Cerise #E404AF

RGB

 RED value IS 228 (89.45% from 255) = 56.02%

 GREEN value IS 4 (1.95% from 255) = 0.98%

 BLUE value IS 175 (68.75% from 255) = 43%

R = 56.02%
G = 0.98%
B = 43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E404AF (or 0xE404AF) is known color: Hollywood Cerise. HEX triplet: E4, 04 and AF. RGB value is (228,4,175). Sum of RGB (Red+Green+Blue) = 228+4+175=407 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.02% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 228 - color contains mainly: red. Hex color #E404AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E404AF is #1BFB50. Grayscale: #5A5A5A. Windows color (decimal): -1833809 or 11470052. OLE color: 11470052.

HSL color Cylindrical-coordinate representation of color #E404AF: hue angle of 314.2º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E404AF is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 4 175 -
CMYK 0 0.98 0.23 0.11
HSL 314.2º 0.97% 0.45% -
HSV(B) 314.2º 0.98% 0.89% -
XYZ 39.78 19.68 42.26 -
YUV 90.47 175.71 226.1 -
System Red Green Blue C M Y K H S L
Decimal 228 4 175 0 0.98 0.23 0.11 314.2 0.97 0.45
Hex E4 4 AF 0 62 17 B 13A 61 2D
Octal 344 4 257 0 142 27 13 472 141 55
Binary 11100100 100 10101111 0 1100010 10111 1011 100111010 1100001 101101

Color Harmonies of #E404AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E404AF

Black with #E404AF

Text Example


Text Example

White with #E404AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E404AF; }

 p { color: rgb(228,4,175); }

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

background-color css

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

 a { background-color: rgb(228,4,175); }

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

border-color css

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

 span { border-color: rgb(228,4,175); }

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