Html Css Color HEX #E6169B Hollywood Cerise

📋 copy color: '#E6169B'

red 230 ◦ green 22 ◦ blue 155

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

Shades of Hollywood Cerise #E6169B

Tints of Hollywood Cerise #E6169B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.41%

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 56.51%
G = 5.41%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6169B (or 0xE6169B) is known color: Hollywood Cerise. HEX triplet: E6, 16 and 9B. RGB value is (230,22,155). Sum of RGB (Red+Green+Blue) = 230+22+155=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E6169B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6169B is #19E964. Grayscale: #636363. Windows color (decimal): -1698149 or 10163942. OLE color: 10163942.

HSL color Cylindrical-coordinate representation of color #E6169B: hue angle of 321.63º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6169B is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 22 155 -
CMYK 0 0.90 0.33 0.10
HSL 321.63º 0.83% 0.49% -
HSV(B) 321.63º 0.9% 0.9% -
XYZ 38.84 19.76 32.78 -
YUV 99.35 159.41 221.19 -
System Red Green Blue C M Y K H S L
Decimal 230 22 155 0 0.90 0.33 0.10 321.63 0.83 0.49
Hex E6 16 9B 0 5A 21 A 142 53 31
Octal 346 26 233 0 132 41 12 502 123 61
Binary 11100110 10110 10011011 0 1011010 100001 1010 101000010 1010011 110001

Color Harmonies of #E6169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6169B

Black with #E6169B

Text Example


Text Example

White with #E6169B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6169B; }

 p { color: rgb(230,22,155); }

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

background-color css

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

 a { background-color: rgb(230,22,155); }

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

border-color css

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

 span { border-color: rgb(230,22,155); }

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