Html Css Color HEX #E314AC Hollywood Cerise

📋 copy color: '#E314AC'

red 227 ◦ green 20 ◦ blue 172

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

Shades of Hollywood Cerise #E314AC

Tints of Hollywood Cerise #E314AC

RGB

 RED value IS 227 (89.06% from 255) = 54.18%

 GREEN value IS 20 (8.2% from 255) = 4.77%

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

R = 54.18%
G = 4.77%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E314AC (or 0xE314AC) is known color: Hollywood Cerise. HEX triplet: E3, 14 and AC. RGB value is (227,20,172). Sum of RGB (Red+Green+Blue) = 227+20+172=419 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.18% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 227 - color contains mainly: red. Hex color #E314AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E314AC is #1CEB53. Grayscale: #626262. Windows color (decimal): -1895252 or 11277539. OLE color: 11277539.

HSL color Cylindrical-coordinate representation of color #E314AC: hue angle of 315.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E314AC is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 20 172 -
CMYK 0 0.91 0.24 0.11
HSL 315.94º 0.84% 0.48% -
HSV(B) 315.94º 0.91% 0.89% -
XYZ 39.38 19.81 40.78 -
YUV 99.22 169.08 219.14 -
System Red Green Blue C M Y K H S L
Decimal 227 20 172 0 0.91 0.24 0.11 315.94 0.84 0.48
Hex E3 14 AC 0 5B 18 B 13C 54 30
Octal 343 24 254 0 133 30 13 474 124 60
Binary 11100011 10100 10101100 0 1011011 11000 1011 100111100 1010100 110000

Color Harmonies of #E314AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E314AC

Black with #E314AC

Text Example


Text Example

White with #E314AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E314AC; }

 p { color: rgb(227,20,172); }

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

background-color css

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

 a { background-color: rgb(227,20,172); }

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

border-color css

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

 span { border-color: rgb(227,20,172); }

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