Html Css Color HEX #E615A1 Hollywood Cerise

📋 copy color: '#E615A1'

red 230 ◦ green 21 ◦ blue 161

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

Shades of Hollywood Cerise #E615A1

Tints of Hollywood Cerise #E615A1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.1%

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

R = 55.83%
G = 5.1%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#E615A1 (or 0xE615A1) is known color: Hollywood Cerise. HEX triplet: E6, 15 and A1. RGB value is (230,21,161). Sum of RGB (Red+Green+Blue) = 230+21+161=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E615A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E615A1 is #19EA5E. Grayscale: #636363. Windows color (decimal): -1698399 or 10556902. OLE color: 10556902.

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

Color convert

RGB 230 21 161 -
CMYK 0 0.91 0.3 0.10
HSL 319.81º 0.83% 0.49% -
HSV(B) 319.81º 0.91% 0.9% -
XYZ 39.33 19.93 35.49 -
YUV 99.45 162.74 221.12 -
System Red Green Blue C M Y K H S L
Decimal 230 21 161 0 0.91 0.3 0.10 319.81 0.83 0.49
Hex E6 15 A1 0 5B 1E A 140 53 31
Octal 346 25 241 0 133 36 12 500 123 61
Binary 11100110 10101 10100001 0 1011011 11110 1010 101000000 1010011 110001

Color Harmonies of #E615A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E615A1

Black with #E615A1

Text Example


Text Example

White with #E615A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E615A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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