Html Css Color HEX #E7129A Hollywood Cerise

📋 copy color: '#E7129A'

red 231 ◦ green 18 ◦ blue 154

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

Shades of Hollywood Cerise #E7129A

Tints of Hollywood Cerise #E7129A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.47%

 BLUE value IS 154 (60.55% from 255) = 38.21%

R = 57.32%
G = 4.47%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E7129A (or 0xE7129A) is known color: Hollywood Cerise. HEX triplet: E7, 12 and 9A. RGB value is (231,18,154). Sum of RGB (Red+Green+Blue) = 231+18+154=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E7129A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7129A is #18ED65. Grayscale: #606060. Windows color (decimal): -1633638 or 10097383. OLE color: 10097383.

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

Color convert

RGB 231 18 154 -
CMYK 0 0.92 0.33 0.09
HSL 321.69º 0.86% 0.49% -
HSV(B) 321.69º 0.92% 0.91% -
XYZ 39 19.75 32.33 -
YUV 97.19 160.07 223.44 -
System Red Green Blue C M Y K H S L
Decimal 231 18 154 0 0.92 0.33 0.09 321.69 0.86 0.49
Hex E7 12 9A 0 5C 21 9 142 56 31
Octal 347 22 232 0 134 41 11 502 126 61
Binary 11100111 10010 10011010 0 1011100 100001 1001 101000010 1010110 110001

Color Harmonies of #E7129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7129A

Black with #E7129A

Text Example


Text Example

White with #E7129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7129A; }

 p { color: rgb(231,18,154); }

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

background-color css

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

 a { background-color: rgb(231,18,154); }

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

border-color css

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

 span { border-color: rgb(231,18,154); }

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