Html Css Color HEX #E714AA Hollywood Cerise

📋 copy color: '#E714AA'

red 231 ◦ green 20 ◦ blue 170

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

Shades of Hollywood Cerise #E714AA

Tints of Hollywood Cerise #E714AA

RGB

 RED value IS 231 (90.63% from 255) = 54.87%

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

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 54.87%
G = 4.75%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E714AA (or 0xE714AA) is known color: Hollywood Cerise. HEX triplet: E7, 14 and AA. RGB value is (231,20,170). Sum of RGB (Red+Green+Blue) = 231+20+170=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E714AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E714AA is #18EB55. Grayscale: #636363. Windows color (decimal): -1633110 or 11146471. OLE color: 11146471.

HSL color Cylindrical-coordinate representation of color #E714AA: hue angle of 317.35º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E714AA is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 20 170 -
CMYK 0 0.91 0.26 0.09
HSL 317.35º 0.84% 0.49% -
HSV(B) 317.35º 0.91% 0.91% -
XYZ 40.46 20.39 39.83 -
YUV 100.19 167.4 221.3 -
System Red Green Blue C M Y K H S L
Decimal 231 20 170 0 0.91 0.26 0.09 317.35 0.84 0.49
Hex E7 14 AA 0 5B 1A 9 13D 54 31
Octal 347 24 252 0 133 32 11 475 124 61
Binary 11100111 10100 10101010 0 1011011 11010 1001 100111101 1010100 110001

Color Harmonies of #E714AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E714AA

Black with #E714AA

Text Example


Text Example

White with #E714AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E714AA; }

 p { color: rgb(231,20,170); }

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

background-color css

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

 a { background-color: rgb(231,20,170); }

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

border-color css

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

 span { border-color: rgb(231,20,170); }

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