Html Css Color HEX #E70295 Hollywood Cerise

📋 copy color: '#E70295'

red 231 ◦ green 2 ◦ blue 149

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

Shades of Hollywood Cerise #E70295

Tints of Hollywood Cerise #E70295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 60.47%
G = 0.52%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E70295 (or 0xE70295) is known color: Hollywood Cerise. HEX triplet: E7, 02 and 95. RGB value is (231,2,149). Sum of RGB (Red+Green+Blue) = 231+2+149=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E70295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70295 is #18FD6A. Grayscale: #565656. Windows color (decimal): -1637739 or 9765607. OLE color: 9765607.

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

Color convert

RGB 231 2 149 -
CMYK 0 0.99 0.35 0.09
HSL 321.48º 0.98% 0.46% -
HSV(B) 321.48º 0.99% 0.91% -
XYZ 38.4 19.2 30.12 -
YUV 87.23 162.87 230.55 -
System Red Green Blue C M Y K H S L
Decimal 231 2 149 0 0.99 0.35 0.09 321.48 0.98 0.46
Hex E7 2 95 0 63 23 9 141 62 2E
Octal 347 2 225 0 143 43 11 501 142 56
Binary 11100111 10 10010101 0 1100011 100011 1001 101000001 1100010 101110

Color Harmonies of #E70295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70295

Black with #E70295

Text Example


Text Example

White with #E70295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70295; }

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

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

background-color css

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

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

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

border-color css

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

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

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