Html Css Color HEX #E314A3 Hollywood Cerise

📋 copy color: '#E314A3'

red 227 ◦ green 20 ◦ blue 163

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

Shades of Hollywood Cerise #E314A3

Tints of Hollywood Cerise #E314A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.76%

R = 55.37%
G = 4.88%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E314A3 (or 0xE314A3) is known color: Hollywood Cerise. HEX triplet: E3, 14 and A3. RGB value is (227,20,163). Sum of RGB (Red+Green+Blue) = 227+20+163=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E314A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E314A3 is #1CEB5C. Grayscale: #616161. Windows color (decimal): -1895261 or 10687715. OLE color: 10687715.

HSL color Cylindrical-coordinate representation of color #E314A3: hue angle of 318.55º 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 #E314A3 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 20 163 -
CMYK 0 0.91 0.28 0.11
HSL 318.55º 0.84% 0.48% -
HSV(B) 318.55º 0.91% 0.89% -
XYZ 38.54 19.48 36.38 -
YUV 98.2 164.58 219.87 -
System Red Green Blue C M Y K H S L
Decimal 227 20 163 0 0.91 0.28 0.11 318.55 0.84 0.48
Hex E3 14 A3 0 5B 1C B 13F 54 30
Octal 343 24 243 0 133 34 13 477 124 60
Binary 11100011 10100 10100011 0 1011011 11100 1011 100111111 1010100 110000

Color Harmonies of #E314A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E314A3

Black with #E314A3

Text Example


Text Example

White with #E314A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E314A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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