Html Css Color HEX #E712AE Hollywood Cerise

📋 copy color: '#E712AE'

red 231 ◦ green 18 ◦ blue 174

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

Shades of Hollywood Cerise #E712AE

Tints of Hollywood Cerise #E712AE

RGB

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

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

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

R = 54.61%
G = 4.26%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E712AE (or 0xE712AE) is known color: Hollywood Cerise. HEX triplet: E7, 12 and AE. RGB value is (231,18,174). Sum of RGB (Red+Green+Blue) = 231+18+174=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E712AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E712AE is #18ED51. Grayscale: #636363. Windows color (decimal): -1633618 or 11408103. OLE color: 11408103.

HSL color Cylindrical-coordinate representation of color #E712AE: hue angle of 316.06º 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 #E712AE is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 18 174 -
CMYK 0 0.92 0.25 0.09
HSL 316.06º 0.86% 0.49% -
HSV(B) 316.06º 0.92% 0.91% -
XYZ 40.81 20.48 41.85 -
YUV 99.47 170.07 221.82 -
System Red Green Blue C M Y K H S L
Decimal 231 18 174 0 0.92 0.25 0.09 316.06 0.86 0.49
Hex E7 12 AE 0 5C 19 9 13C 56 31
Octal 347 22 256 0 134 31 11 474 126 61
Binary 11100111 10010 10101110 0 1011100 11001 1001 100111100 1010110 110001

Color Harmonies of #E712AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E712AE

Black with #E712AE

Text Example


Text Example

White with #E712AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E712AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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