Html Css Color HEX #E6058A Hollywood Cerise

📋 copy color: '#E6058A'

red 230 ◦ green 5 ◦ blue 138

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

Shades of Hollywood Cerise #E6058A

Tints of Hollywood Cerise #E6058A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

 BLUE value IS 138 (54.3% from 255) = 37%

R = 61.66%
G = 1.34%
B = 37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6058A (or 0xE6058A) is known color: Hollywood Cerise. HEX triplet: E6, 05 and 8A. RGB value is (230,5,138). Sum of RGB (Red+Green+Blue) = 230+5+138=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E6058A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6058A is #19FA75. Grayscale: #575757. Windows color (decimal): -1702518 or 9045478. OLE color: 9045478.

HSL color Cylindrical-coordinate representation of color #E6058A: hue angle of 324.53º degrees, saturation: 0.96, 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 #E6058A is Cyan = 0, Magento = 0.98, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 5 138 -
CMYK 0 0.98 0.4 0.10
HSL 324.53º 0.96% 0.46% -
HSV(B) 324.53º 0.98% 0.9% -
XYZ 37.27 18.77 25.7 -
YUV 87.44 156.54 229.69 -
System Red Green Blue C M Y K H S L
Decimal 230 5 138 0 0.98 0.4 0.10 324.53 0.96 0.46
Hex E6 5 8A 0 62 28 A 145 60 2E
Octal 346 5 212 0 142 50 12 505 140 56
Binary 11100110 101 10001010 0 1100010 101000 1010 101000101 1100000 101110

Color Harmonies of #E6058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6058A

Black with #E6058A

Text Example


Text Example

White with #E6058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6058A; }

 p { color: rgb(230,5,138); }

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

background-color css

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

 a { background-color: rgb(230,5,138); }

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

border-color css

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

 span { border-color: rgb(230,5,138); }

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