Html Css Color HEX #E70289 Hollywood Cerise

📋 copy color: '#E70289'

red 231 ◦ green 2 ◦ blue 137

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

Shades of Hollywood Cerise #E70289

Tints of Hollywood Cerise #E70289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 137 (53.91% from 255) = 37.03%

R = 62.43%
G = 0.54%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E70289 (or 0xE70289) is known color: Hollywood Cerise. HEX triplet: E7, 02 and 89. RGB value is (231,2,137). Sum of RGB (Red+Green+Blue) = 231+2+137=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E70289 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70289 is #18FD76. Grayscale: #555555. Windows color (decimal): -1637751 or 8979175. OLE color: 8979175.

HSL color Cylindrical-coordinate representation of color #E70289: hue angle of 324.63º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E70289 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 2 137 -
CMYK 0 0.99 0.41 0.09
HSL 324.63º 0.98% 0.46% -
HSV(B) 324.63º 0.99% 0.91% -
XYZ 37.49 18.84 25.33 -
YUV 85.86 156.87 231.52 -
System Red Green Blue C M Y K H S L
Decimal 231 2 137 0 0.99 0.41 0.09 324.63 0.98 0.46
Hex E7 2 89 0 63 29 9 145 62 2E
Octal 347 2 211 0 143 51 11 505 142 56
Binary 11100111 10 10001001 0 1100011 101001 1001 101000101 1100010 101110

Color Harmonies of #E70289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70289

Black with #E70289

Text Example


Text Example

White with #E70289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70289; }

 p { color: rgb(231,2,137); }

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

background-color css

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

 a { background-color: rgb(231,2,137); }

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

border-color css

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

 span { border-color: rgb(231,2,137); }

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