Html Css Color HEX #E80395 Hollywood Cerise

📋 copy color: '#E80395'

red 232 ◦ green 3 ◦ blue 149

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

Shades of Hollywood Cerise #E80395

Tints of Hollywood Cerise #E80395

RGB

 RED value IS 232 (91.02% from 255) = 60.42%

 GREEN value IS 3 (1.56% from 255) = 0.78%

 BLUE value IS 149 (58.59% from 255) = 38.8%

R = 60.42%
G = 0.78%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E80395 (or 0xE80395) is known color: Hollywood Cerise. HEX triplet: E8, 03 and 95. RGB value is (232,3,149). Sum of RGB (Red+Green+Blue) = 232+3+149=384 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.42% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 232 - color contains mainly: red. Hex color #E80395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80395 is #17FC6A. Grayscale: #575757. Windows color (decimal): -1571947 or 9765864. OLE color: 9765864.

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

Color convert

RGB 232 3 149 -
CMYK 0 0.99 0.36 0.09
HSL 321.75º 0.97% 0.46% -
HSV(B) 321.75º 0.99% 0.91% -
XYZ 38.74 19.39 30.13 -
YUV 88.12 162.37 230.63 -
System Red Green Blue C M Y K H S L
Decimal 232 3 149 0 0.99 0.36 0.09 321.75 0.97 0.46
Hex E8 3 95 0 63 24 9 142 61 2E
Octal 350 3 225 0 143 44 11 502 141 56
Binary 11101000 11 10010101 0 1100011 100100 1001 101000010 1100001 101110

Color Harmonies of #E80395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80395

Black with #E80395

Text Example


Text Example

White with #E80395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80395; }

 p { color: rgb(232,3,149); }

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

background-color css

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

 a { background-color: rgb(232,3,149); }

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

border-color css

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

 span { border-color: rgb(232,3,149); }

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