Html Css Color HEX #E314AE Hollywood Cerise

📋 copy color: '#E314AE'

red 227 ◦ green 20 ◦ blue 174

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

Shades of Hollywood Cerise #E314AE

Tints of Hollywood Cerise #E314AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.33%

R = 53.92%
G = 4.75%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E314AE (or 0xE314AE) is known color: Hollywood Cerise. HEX triplet: E3, 14 and AE. RGB value is (227,20,174). Sum of RGB (Red+Green+Blue) = 227+20+174=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E314AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E314AE is #1CEB51. Grayscale: #636363. Windows color (decimal): -1895250 or 11408611. OLE color: 11408611.

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

Color convert

RGB 227 20 174 -
CMYK 0 0.91 0.23 0.11
HSL 315.36º 0.84% 0.48% -
HSV(B) 315.36º 0.91% 0.89% -
XYZ 39.57 19.89 41.8 -
YUV 99.45 170.08 218.98 -
System Red Green Blue C M Y K H S L
Decimal 227 20 174 0 0.91 0.23 0.11 315.36 0.84 0.48
Hex E3 14 AE 0 5B 17 B 13B 54 30
Octal 343 24 256 0 133 27 13 473 124 60
Binary 11100011 10100 10101110 0 1011011 10111 1011 100111011 1010100 110000

Color Harmonies of #E314AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E314AE

Black with #E314AE

Text Example


Text Example

White with #E314AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E314AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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