Html Css Color HEX #E70081 Hollywood Cerise

📋 copy color: '#E70081'

red 231 ◦ green 0 ◦ blue 129

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

Shades of Hollywood Cerise #E70081

Tints of Hollywood Cerise #E70081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.83%

R = 64.17%
G = 0%
B = 35.83%

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

#E70081 (or 0xE70081) is known color: Hollywood Cerise. HEX triplet: E7, 00 and 81. RGB value is (231,0,129). Sum of RGB (Red+Green+Blue) = 231+0+129=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E70081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70081 is #18FF7E. Grayscale: #535353. Windows color (decimal): -1638271 or 8454375. OLE color: 8454375.

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

Color convert

RGB 231 0 129 -
CMYK 0 1 0.44 0.09
HSL 326.49º 1% 0.45% -
HSV(B) 326.49º 1% 0.91% -
XYZ 36.92 18.57 22.41 -
YUV 83.78 153.53 233.01 -
System Red Green Blue C M Y K H S L
Decimal 231 0 129 0 1 0.44 0.09 326.49 1 0.45
Hex E7 0 81 0 64 2C 9 146 64 2D
Octal 347 0 201 0 144 54 11 506 144 55
Binary 11100111 0 10000001 0 1100100 101100 1001 101000110 1100100 101101

Color Harmonies of #E70081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70081

Black with #E70081

Text Example


Text Example

White with #E70081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70081; }

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

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

background-color css

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

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

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

border-color css

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

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

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