Html Css Color HEX #E6139A Hollywood Cerise

📋 copy color: '#E6139A'

red 230 ◦ green 19 ◦ blue 154

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

Shades of Hollywood Cerise #E6139A

Tints of Hollywood Cerise #E6139A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.71%

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

R = 57.07%
G = 4.71%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6139A (or 0xE6139A) is known color: Hollywood Cerise. HEX triplet: E6, 13 and 9A. RGB value is (230,19,154). Sum of RGB (Red+Green+Blue) = 230+19+154=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6139A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6139A is #19EC65. Grayscale: #616161. Windows color (decimal): -1698918 or 10097638. OLE color: 10097638.

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

Color convert

RGB 230 19 154 -
CMYK 0 0.92 0.33 0.10
HSL 321.61º 0.85% 0.49% -
HSV(B) 321.61º 0.92% 0.9% -
XYZ 38.7 19.62 32.32 -
YUV 97.48 159.9 222.52 -
System Red Green Blue C M Y K H S L
Decimal 230 19 154 0 0.92 0.33 0.10 321.61 0.85 0.49
Hex E6 13 9A 0 5C 21 A 142 55 31
Octal 346 23 232 0 134 41 12 502 125 61
Binary 11100110 10011 10011010 0 1011100 100001 1010 101000010 1010101 110001

Color Harmonies of #E6139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6139A

Black with #E6139A

Text Example


Text Example

White with #E6139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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