Html Css Color HEX #E70085 Hollywood Cerise

📋 copy color: '#E70085'

red 231 ◦ green 0 ◦ blue 133

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

Shades of Hollywood Cerise #E70085

Tints of Hollywood Cerise #E70085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 63.46%
G = 0%
B = 36.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E70085 (or 0xE70085) is known color: Hollywood Cerise. HEX triplet: E7, 00 and 85. RGB value is (231,0,133). Sum of RGB (Red+Green+Blue) = 231+0+133=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E70085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70085 is #18FF7A. Grayscale: #535353. Windows color (decimal): -1638267 or 8716519. OLE color: 8716519.

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

Color convert

RGB 231 0 133 -
CMYK 0 1 0.42 0.09
HSL 325.45º 1% 0.45% -
HSV(B) 325.45º 1% 0.91% -
XYZ 37.19 18.68 23.84 -
YUV 84.23 155.53 232.69 -
System Red Green Blue C M Y K H S L
Decimal 231 0 133 0 1 0.42 0.09 325.45 1 0.45
Hex E7 0 85 0 64 2A 9 145 64 2D
Octal 347 0 205 0 144 52 11 505 144 55
Binary 11100111 0 10000101 0 1100100 101010 1001 101000101 1100100 101101

Color Harmonies of #E70085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70085

Black with #E70085

Text Example


Text Example

White with #E70085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70085; }

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

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

background-color css

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

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

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

border-color css

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

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

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