Html Css Color HEX #E606A0 Hollywood Cerise

📋 copy color: '#E606A0'

red 230 ◦ green 6 ◦ blue 160

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

Shades of Hollywood Cerise #E606A0

Tints of Hollywood Cerise #E606A0

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

 BLUE value IS 160 (62.89% from 255) = 40.4%

R = 58.08%
G = 1.52%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E606A0 (or 0xE606A0) is known color: Hollywood Cerise. HEX triplet: E6, 06 and A0. RGB value is (230,6,160). Sum of RGB (Red+Green+Blue) = 230+6+160=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E606A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E606A0 is #19F95F. Grayscale: #5A5A5A. Windows color (decimal): -1702240 or 10487526. OLE color: 10487526.

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

Color convert

RGB 230 6 160 -
CMYK 0 0.97 0.30 0.10
HSL 318.75º 0.95% 0.46% -
HSV(B) 318.75º 0.97% 0.9% -
XYZ 39.04 19.49 34.96 -
YUV 90.53 167.21 227.48 -
System Red Green Blue C M Y K H S L
Decimal 230 6 160 0 0.97 0.30 0.10 318.75 0.95 0.46
Hex E6 6 A0 0 61 1E A 13F 5F 2E
Octal 346 6 240 0 141 36 12 477 137 56
Binary 11100110 110 10100000 0 1100001 11110 1010 100111111 1011111 101110

Color Harmonies of #E606A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E606A0

Black with #E606A0

Text Example


Text Example

White with #E606A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E606A0; }

 p { color: rgb(230,6,160); }

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

background-color css

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

 a { background-color: rgb(230,6,160); }

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

border-color css

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

 span { border-color: rgb(230,6,160); }

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