Html Css Color HEX #E70283 Hollywood Cerise

📋 copy color: '#E70283'

red 231 ◦ green 2 ◦ blue 131

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

Shades of Hollywood Cerise #E70283

Tints of Hollywood Cerise #E70283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 63.46%
G = 0.55%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E70283 (or 0xE70283) is known color: Hollywood Cerise. HEX triplet: E7, 02 and 83. RGB value is (231,2,131). Sum of RGB (Red+Green+Blue) = 231+2+131=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E70283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70283 is #18FD7C. Grayscale: #545454. Windows color (decimal): -1637757 or 8585959. OLE color: 8585959.

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

Color convert

RGB 231 2 131 -
CMYK 0 0.99 0.43 0.09
HSL 326.2º 0.98% 0.46% -
HSV(B) 326.2º 0.99% 0.91% -
XYZ 37.07 18.67 23.12 -
YUV 85.18 153.87 232.01 -
System Red Green Blue C M Y K H S L
Decimal 231 2 131 0 0.99 0.43 0.09 326.2 0.98 0.46
Hex E7 2 83 0 63 2B 9 146 62 2E
Octal 347 2 203 0 143 53 11 506 142 56
Binary 11100111 10 10000011 0 1100011 101011 1001 101000110 1100010 101110

Color Harmonies of #E70283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70283

Black with #E70283

Text Example


Text Example

White with #E70283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70283; }

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

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

background-color css

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

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

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

border-color css

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

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

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