Html Css Color HEX #E6149E Hollywood Cerise

📋 copy color: '#E6149E'

red 230 ◦ green 20 ◦ blue 158

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

Shades of Hollywood Cerise #E6149E

Tints of Hollywood Cerise #E6149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.9%

 BLUE value IS 158 (62.11% from 255) = 38.73%

R = 56.37%
G = 4.9%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6149E (or 0xE6149E) is known color: Hollywood Cerise. HEX triplet: E6, 14 and 9E. RGB value is (230,20,158). Sum of RGB (Red+Green+Blue) = 230+20+158=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E6149E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6149E is #19EB61. Grayscale: #626262. Windows color (decimal): -1698658 or 10360038. OLE color: 10360038.

HSL color Cylindrical-coordinate representation of color #E6149E: hue angle of 320.57º degrees, saturation: 0.84, 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 #E6149E is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 20 158 -
CMYK 0 0.91 0.31 0.10
HSL 320.57º 0.84% 0.49% -
HSV(B) 320.57º 0.91% 0.9% -
XYZ 39.05 19.79 34.11 -
YUV 98.52 161.57 221.78 -
System Red Green Blue C M Y K H S L
Decimal 230 20 158 0 0.91 0.31 0.10 320.57 0.84 0.49
Hex E6 14 9E 0 5B 1F A 141 54 31
Octal 346 24 236 0 133 37 12 501 124 61
Binary 11100110 10100 10011110 0 1011011 11111 1010 101000001 1010100 110001

Color Harmonies of #E6149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6149E

Black with #E6149E

Text Example


Text Example

White with #E6149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6149E; }

 p { color: rgb(230,20,158); }

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

background-color css

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

 a { background-color: rgb(230,20,158); }

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

border-color css

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

 span { border-color: rgb(230,20,158); }

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