Html Css Color HEX #E6159A Hollywood Cerise

📋 copy color: '#E6159A'

red 230 ◦ green 21 ◦ blue 154

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

Shades of Hollywood Cerise #E6159A

Tints of Hollywood Cerise #E6159A

RGB

 RED value IS 230 (90.23% from 255) = 56.79%

 GREEN value IS 21 (8.59% from 255) = 5.19%

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 56.79%
G = 5.19%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6159A (or 0xE6159A) is known color: Hollywood Cerise. HEX triplet: E6, 15 and 9A. RGB value is (230,21,154). Sum of RGB (Red+Green+Blue) = 230+21+154=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E6159A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6159A is #19EA65. Grayscale: #626262. Windows color (decimal): -1698406 or 10098150. OLE color: 10098150.

HSL color Cylindrical-coordinate representation of color #E6159A: hue angle of 321.82º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6159A is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 21 154 -
CMYK 0 0.91 0.33 0.10
HSL 321.82º 0.83% 0.49% -
HSV(B) 321.82º 0.91% 0.9% -
XYZ 38.73 19.69 32.33 -
YUV 98.65 159.24 221.69 -
System Red Green Blue C M Y K H S L
Decimal 230 21 154 0 0.91 0.33 0.10 321.82 0.83 0.49
Hex E6 15 9A 0 5B 21 A 142 53 31
Octal 346 25 232 0 133 41 12 502 123 61
Binary 11100110 10101 10011010 0 1011011 100001 1010 101000010 1010011 110001

Color Harmonies of #E6159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6159A

Black with #E6159A

Text Example


Text Example

White with #E6159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6159A; }

 p { color: rgb(230,21,154); }

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

background-color css

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

 a { background-color: rgb(230,21,154); }

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

border-color css

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

 span { border-color: rgb(230,21,154); }

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