Html Css Color HEX #E6139D Hollywood Cerise

📋 copy color: '#E6139D'

red 230 ◦ green 19 ◦ blue 157

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

Shades of Hollywood Cerise #E6139D

Tints of Hollywood Cerise #E6139D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.67%

R = 56.65%
G = 4.68%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6139D (or 0xE6139D) is known color: Hollywood Cerise. HEX triplet: E6, 13 and 9D. RGB value is (230,19,157). Sum of RGB (Red+Green+Blue) = 230+19+157=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6139D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6139D is #19EC62. Grayscale: #616161. Windows color (decimal): -1698915 or 10294246. OLE color: 10294246.

HSL color Cylindrical-coordinate representation of color #E6139D: hue angle of 320.76º 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 #E6139D is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 19 157 -
CMYK 0 0.92 0.32 0.10
HSL 320.76º 0.85% 0.49% -
HSV(B) 320.76º 0.92% 0.9% -
XYZ 38.95 19.72 33.65 -
YUV 97.82 161.4 222.28 -
System Red Green Blue C M Y K H S L
Decimal 230 19 157 0 0.92 0.32 0.10 320.76 0.85 0.49
Hex E6 13 9D 0 5C 20 A 141 55 31
Octal 346 23 235 0 134 40 12 501 125 61
Binary 11100110 10011 10011101 0 1011100 100000 1010 101000001 1010101 110001

Color Harmonies of #E6139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6139D

Black with #E6139D

Text Example


Text Example

White with #E6139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6139D; }

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

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

background-color css

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

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

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

border-color css

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

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

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