Html Css Color HEX #E400AC Hollywood Cerise

📋 copy color: '#E400AC'

red 228 ◦ green 0 ◦ blue 172

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

Shades of Hollywood Cerise #E400AC

Tints of Hollywood Cerise #E400AC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 172 (67.58% from 255) = 43%

R = 57%
G = 0%
B = 43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E400AC (or 0xE400AC) is known color: Hollywood Cerise. HEX triplet: E4, 00 and AC. RGB value is (228,0,172). Sum of RGB (Red+Green+Blue) = 228+0+172=400 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 228 - color contains mainly: red. Hex color #E400AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E400AC is #1BFF53. Grayscale: #575757. Windows color (decimal): -1834836 or 11272420. OLE color: 11272420.

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

Color convert

RGB 228 0 172 -
CMYK 0 1 0.25 0.11
HSL 314.74º 1% 0.45% -
HSV(B) 314.74º 1% 0.89% -
XYZ 39.44 19.47 40.71 -
YUV 87.78 175.54 228.01 -
System Red Green Blue C M Y K H S L
Decimal 228 0 172 0 1 0.25 0.11 314.74 1 0.45
Hex E4 0 AC 0 64 19 B 13B 64 2D
Octal 344 0 254 0 144 31 13 473 144 55
Binary 11100100 0 10101100 0 1100100 11001 1011 100111011 1100100 101101

Color Harmonies of #E400AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E400AC

Black with #E400AC

Text Example


Text Example

White with #E400AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E400AC; }

 p { color: rgb(228,0,172); }

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

background-color css

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

 a { background-color: rgb(228,0,172); }

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

border-color css

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

 span { border-color: rgb(228,0,172); }

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