Html Css Color HEX #E6049D Hollywood Cerise

📋 copy color: '#E6049D'

red 230 ◦ green 4 ◦ blue 157

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

Shades of Hollywood Cerise #E6049D

Tints of Hollywood Cerise #E6049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

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

R = 58.82%
G = 1.02%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6049D (or 0xE6049D) is known color: Hollywood Cerise. HEX triplet: E6, 04 and 9D. RGB value is (230,4,157). Sum of RGB (Red+Green+Blue) = 230+4+157=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6049D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6049D is #19FB62. Grayscale: #585858. Windows color (decimal): -1702755 or 10290406. OLE color: 10290406.

HSL color Cylindrical-coordinate representation of color #E6049D: hue angle of 319.38º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6049D is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 4 157 -
CMYK 0 0.98 0.32 0.10
HSL 319.38º 0.97% 0.46% -
HSV(B) 319.38º 0.98% 0.9% -
XYZ 38.76 19.34 33.59 -
YUV 89.02 166.37 228.56 -
System Red Green Blue C M Y K H S L
Decimal 230 4 157 0 0.98 0.32 0.10 319.38 0.97 0.46
Hex E6 4 9D 0 62 20 A 13F 61 2E
Octal 346 4 235 0 142 40 12 477 141 56
Binary 11100110 100 10011101 0 1100010 100000 1010 100111111 1100001 101110

Color Harmonies of #E6049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6049D

Black with #E6049D

Text Example


Text Example

White with #E6049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6049D; }

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

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

background-color css

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

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

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

border-color css

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

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

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