Html Css Color HEX #E70082 Hollywood Cerise

📋 copy color: '#E70082'

red 231 ◦ green 0 ◦ blue 130

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

Shades of Hollywood Cerise #E70082

Tints of Hollywood Cerise #E70082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 63.99%
G = 0%
B = 36.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E70082 (or 0xE70082) is known color: Hollywood Cerise. HEX triplet: E7, 00 and 82. RGB value is (231,0,130). Sum of RGB (Red+Green+Blue) = 231+0+130=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E70082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70082 is #18FF7D. Grayscale: #535353. Windows color (decimal): -1638270 or 8519911. OLE color: 8519911.

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

Color convert

RGB 231 0 130 -
CMYK 0 1 0.44 0.09
HSL 326.23º 1% 0.45% -
HSV(B) 326.23º 1% 0.91% -
XYZ 36.98 18.6 22.76 -
YUV 83.89 154.03 232.93 -
System Red Green Blue C M Y K H S L
Decimal 231 0 130 0 1 0.44 0.09 326.23 1 0.45
Hex E7 0 82 0 64 2C 9 146 64 2D
Octal 347 0 202 0 144 54 11 506 144 55
Binary 11100111 0 10000010 0 1100100 101100 1001 101000110 1100100 101101

Color Harmonies of #E70082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70082

Black with #E70082

Text Example


Text Example

White with #E70082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70082; }

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

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

background-color css

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

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

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

border-color css

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

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

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