Html Css Color HEX #E215A5 Hollywood Cerise

📋 copy color: '#E215A5'

red 226 ◦ green 21 ◦ blue 165

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

Shades of Hollywood Cerise #E215A5

Tints of Hollywood Cerise #E215A5

RGB

 RED value IS 226 (88.67% from 255) = 54.85%

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

 BLUE value IS 165 (64.84% from 255) = 40.05%

R = 54.85%
G = 5.1%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E215A5 (or 0xE215A5) is known color: Hollywood Cerise. HEX triplet: E2, 15 and A5. RGB value is (226,21,165). Sum of RGB (Red+Green+Blue) = 226+21+165=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E215A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E215A5 is #1DEA5A. Grayscale: #626262. Windows color (decimal): -1960539 or 10819042. OLE color: 10819042.

HSL color Cylindrical-coordinate representation of color #E215A5: hue angle of 317.85º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E215A5 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 21 165 -
CMYK 0 0.91 0.27 0.11
HSL 317.85º 0.83% 0.48% -
HSV(B) 317.85º 0.91% 0.89% -
XYZ 38.42 19.42 37.32 -
YUV 98.71 165.42 218.79 -
System Red Green Blue C M Y K H S L
Decimal 226 21 165 0 0.91 0.27 0.11 317.85 0.83 0.48
Hex E2 15 A5 0 5B 1B B 13E 53 30
Octal 342 25 245 0 133 33 13 476 123 60
Binary 11100010 10101 10100101 0 1011011 11011 1011 100111110 1010011 110000

Color Harmonies of #E215A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E215A5

Black with #E215A5

Text Example


Text Example

White with #E215A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E215A5; }

 p { color: rgb(226,21,165); }

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

background-color css

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

 a { background-color: rgb(226,21,165); }

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

border-color css

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

 span { border-color: rgb(226,21,165); }

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