Html Css Color HEX #E606A1 Hollywood Cerise

📋 copy color: '#E606A1'

red 230 ◦ green 6 ◦ blue 161

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

Shades of Hollywood Cerise #E606A1

Tints of Hollywood Cerise #E606A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.55%

R = 57.93%
G = 1.51%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#E606A1 (or 0xE606A1) is known color: Hollywood Cerise. HEX triplet: E6, 06 and A1. RGB value is (230,6,161). Sum of RGB (Red+Green+Blue) = 230+6+161=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E606A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E606A1 is #19F95E. Grayscale: #5A5A5A. Windows color (decimal): -1702239 or 10553062. OLE color: 10553062.

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

Color convert

RGB 230 6 161 -
CMYK 0 0.97 0.3 0.10
HSL 318.48º 0.95% 0.46% -
HSV(B) 318.48º 0.97% 0.9% -
XYZ 39.13 19.53 35.42 -
YUV 90.65 167.71 227.4 -
System Red Green Blue C M Y K H S L
Decimal 230 6 161 0 0.97 0.3 0.10 318.48 0.95 0.46
Hex E6 6 A1 0 61 1E A 13E 5F 2E
Octal 346 6 241 0 141 36 12 476 137 56
Binary 11100110 110 10100001 0 1100001 11110 1010 100111110 1011111 101110

Color Harmonies of #E606A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E606A1

Black with #E606A1

Text Example


Text Example

White with #E606A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E606A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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