Html Css Color HEX #E70090 Hollywood Cerise

📋 copy color: '#E70090'

red 231 ◦ green 0 ◦ blue 144

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

Shades of Hollywood Cerise #E70090

Tints of Hollywood Cerise #E70090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.6%
G = 0%
B = 38.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E70090 (or 0xE70090) is known color: Hollywood Cerise. HEX triplet: E7, 00 and 90. RGB value is (231,0,144). Sum of RGB (Red+Green+Blue) = 231+0+144=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E70090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70090 is #18FF6F. Grayscale: #555555. Windows color (decimal): -1638256 or 9437415. OLE color: 9437415.

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

Color convert

RGB 231 0 144 -
CMYK 0 1 0.38 0.09
HSL 322.6º 1% 0.45% -
HSV(B) 322.6º 1% 0.91% -
XYZ 37.99 19 28.05 -
YUV 85.49 161.03 231.79 -
System Red Green Blue C M Y K H S L
Decimal 231 0 144 0 1 0.38 0.09 322.6 1 0.45
Hex E7 0 90 0 64 26 9 143 64 2D
Octal 347 0 220 0 144 46 11 503 144 55
Binary 11100111 0 10010000 0 1100100 100110 1001 101000011 1100100 101101

Color Harmonies of #E70090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70090

Black with #E70090

Text Example


Text Example

White with #E70090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70090; }

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

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

background-color css

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

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

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

border-color css

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

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

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