Html Css Color HEX #E70293 Hollywood Cerise

📋 copy color: '#E70293'

red 231 ◦ green 2 ◦ blue 147

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

Shades of Hollywood Cerise #E70293

Tints of Hollywood Cerise #E70293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.68%

R = 60.79%
G = 0.53%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E70293 (or 0xE70293) is known color: Hollywood Cerise. HEX triplet: E7, 02 and 93. RGB value is (231,2,147). Sum of RGB (Red+Green+Blue) = 231+2+147=380 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.79% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 231 - color contains mainly: red. Hex color #E70293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70293 is #18FD6C. Grayscale: #565656. Windows color (decimal): -1637741 or 9634535. OLE color: 9634535.

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

Color convert

RGB 231 2 147 -
CMYK 0 0.99 0.36 0.09
HSL 322.01º 0.98% 0.46% -
HSV(B) 322.01º 0.99% 0.91% -
XYZ 38.24 19.14 29.28 -
YUV 87 161.87 230.71 -
System Red Green Blue C M Y K H S L
Decimal 231 2 147 0 0.99 0.36 0.09 322.01 0.98 0.46
Hex E7 2 93 0 63 24 9 142 62 2E
Octal 347 2 223 0 143 44 11 502 142 56
Binary 11100111 10 10010011 0 1100011 100100 1001 101000010 1100010 101110

Color Harmonies of #E70293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70293

Black with #E70293

Text Example


Text Example

White with #E70293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70293; }

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

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

background-color css

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

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

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

border-color css

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

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

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