Html Css Color HEX #E70493 Hollywood Cerise

📋 copy color: '#E70493'

red 231 ◦ green 4 ◦ blue 147

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

Shades of Hollywood Cerise #E70493

Tints of Hollywood Cerise #E70493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

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

R = 60.47%
G = 1.05%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E70493 (or 0xE70493) is known color: Hollywood Cerise. HEX triplet: E7, 04 and 93. RGB value is (231,4,147). Sum of RGB (Red+Green+Blue) = 231+4+147=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E70493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70493 is #18FB6C. Grayscale: #575757. Windows color (decimal): -1637229 or 9635047. OLE color: 9635047.

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

Color convert

RGB 231 4 147 -
CMYK 0 0.98 0.36 0.09
HSL 322.2º 0.97% 0.46% -
HSV(B) 322.2º 0.98% 0.91% -
XYZ 38.26 19.18 29.29 -
YUV 88.18 161.21 229.87 -
System Red Green Blue C M Y K H S L
Decimal 231 4 147 0 0.98 0.36 0.09 322.2 0.97 0.46
Hex E7 4 93 0 62 24 9 142 61 2E
Octal 347 4 223 0 142 44 11 502 141 56
Binary 11100111 100 10010011 0 1100010 100100 1001 101000010 1100001 101110

Color Harmonies of #E70493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70493

Black with #E70493

Text Example


Text Example

White with #E70493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70493; }

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

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

background-color css

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

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

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

border-color css

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

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

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