Html Css Color HEX #E712AF Hollywood Cerise

📋 copy color: '#E712AF'

red 231 ◦ green 18 ◦ blue 175

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

Shades of Hollywood Cerise #E712AF

Tints of Hollywood Cerise #E712AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.27%

R = 54.48%
G = 4.25%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E712AF (or 0xE712AF) is known color: Hollywood Cerise. HEX triplet: E7, 12 and AF. RGB value is (231,18,175). Sum of RGB (Red+Green+Blue) = 231+18+175=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E712AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E712AF is #18ED50. Grayscale: #636363. Windows color (decimal): -1633617 or 11473639. OLE color: 11473639.

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

Color convert

RGB 231 18 175 -
CMYK 0 0.92 0.24 0.09
HSL 315.77º 0.86% 0.49% -
HSV(B) 315.77º 0.92% 0.91% -
XYZ 40.91 20.52 42.36 -
YUV 99.59 170.57 221.73 -
System Red Green Blue C M Y K H S L
Decimal 231 18 175 0 0.92 0.24 0.09 315.77 0.86 0.49
Hex E7 12 AF 0 5C 18 9 13C 56 31
Octal 347 22 257 0 134 30 11 474 126 61
Binary 11100111 10010 10101111 0 1011100 11000 1001 100111100 1010110 110001

Color Harmonies of #E712AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E712AF

Black with #E712AF

Text Example


Text Example

White with #E712AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E712AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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