Html Css Color HEX #E70C90 Hollywood Cerise

📋 copy color: '#E70C90'

red 231 ◦ green 12 ◦ blue 144

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

Shades of Hollywood Cerise #E70C90

Tints of Hollywood Cerise #E70C90

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.1%

 BLUE value IS 144 (56.64% from 255) = 37.21%

R = 59.69%
G = 3.1%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E70C90 (or 0xE70C90) is known color: Hollywood Cerise. HEX triplet: E7, 0C and 90. RGB value is (231,12,144). Sum of RGB (Red+Green+Blue) = 231+12+144=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70C90 is #18F36F. Grayscale: #5C5C5C. Windows color (decimal): -1635184 or 9440487. OLE color: 9440487.

HSL color Cylindrical-coordinate representation of color #E70C90: hue angle of 323.84º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70C90 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 12 144 -
CMYK 0 0.95 0.38 0.09
HSL 323.84º 0.9% 0.48% -
HSV(B) 323.84º 0.95% 0.91% -
XYZ 38.12 19.27 28.1 -
YUV 92.53 157.05 226.77 -
System Red Green Blue C M Y K H S L
Decimal 231 12 144 0 0.95 0.38 0.09 323.84 0.9 0.48
Hex E7 C 90 0 5F 26 9 144 5A 30
Octal 347 14 220 0 137 46 11 504 132 60
Binary 11100111 1100 10010000 0 1011111 100110 1001 101000100 1011010 110000

Color Harmonies of #E70C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70C90

Black with #E70C90

Text Example


Text Example

White with #E70C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70C90; }

 p { color: rgb(231,12,144); }

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

background-color css

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

 a { background-color: rgb(231,12,144); }

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

border-color css

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

 span { border-color: rgb(231,12,144); }

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