Html Css Color HEX #E612AE Hollywood Cerise

📋 copy color: '#E612AE'

red 230 ◦ green 18 ◦ blue 174

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

Shades of Hollywood Cerise #E612AE

Tints of Hollywood Cerise #E612AE

RGB

 RED value IS 230 (90.23% from 255) = 54.5%

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

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

R = 54.5%
G = 4.27%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E612AE (or 0xE612AE) is known color: Hollywood Cerise. HEX triplet: E6, 12 and AE. RGB value is (230,18,174). Sum of RGB (Red+Green+Blue) = 230+18+174=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E612AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E612AE is #19ED51. Grayscale: #626262. Windows color (decimal): -1699154 or 11408102. OLE color: 11408102.

HSL color Cylindrical-coordinate representation of color #E612AE: hue angle of 315.85º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E612AE is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 18 174 -
CMYK 0 0.92 0.24 0.10
HSL 315.85º 0.85% 0.49% -
HSV(B) 315.85º 0.92% 0.9% -
XYZ 40.49 20.31 41.83 -
YUV 99.17 170.24 221.32 -
System Red Green Blue C M Y K H S L
Decimal 230 18 174 0 0.92 0.24 0.10 315.85 0.85 0.49
Hex E6 12 AE 0 5C 18 A 13C 55 31
Octal 346 22 256 0 134 30 12 474 125 61
Binary 11100110 10010 10101110 0 1011100 11000 1010 100111100 1010101 110001

Color Harmonies of #E612AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E612AE

Black with #E612AE

Text Example


Text Example

White with #E612AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E612AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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