Html Css Color HEX #E20FB1 Hollywood Cerise

📋 copy color: '#E20FB1'

red 226 ◦ green 15 ◦ blue 177

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

Shades of Hollywood Cerise #E20FB1

Tints of Hollywood Cerise #E20FB1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.59%

 BLUE value IS 177 (69.53% from 255) = 42.34%

R = 54.07%
G = 3.59%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E20FB1 (or 0xE20FB1) is known color: Hollywood Cerise. HEX triplet: E2, 0F and B1. RGB value is (226,15,177). Sum of RGB (Red+Green+Blue) = 226+15+177=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20FB1 is #1DF04E. Grayscale: #606060. Windows color (decimal): -1962063 or 11603938. OLE color: 11603938.

HSL color Cylindrical-coordinate representation of color #E20FB1: hue angle of 313.93º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20FB1 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 15 177 -
CMYK 0 0.93 0.22 0.11
HSL 313.93º 0.88% 0.47% -
HSV(B) 313.93º 0.93% 0.89% -
XYZ 39.47 19.68 43.31 -
YUV 96.56 173.4 220.33 -
System Red Green Blue C M Y K H S L
Decimal 226 15 177 0 0.93 0.22 0.11 313.93 0.88 0.47
Hex E2 F B1 0 5D 16 B 13A 58 2F
Octal 342 17 261 0 135 26 13 472 130 57
Binary 11100010 1111 10110001 0 1011101 10110 1011 100111010 1011000 101111

Color Harmonies of #E20FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20FB1

Black with #E20FB1

Text Example


Text Example

White with #E20FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20FB1; }

 p { color: rgb(226,15,177); }

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

background-color css

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

 a { background-color: rgb(226,15,177); }

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

border-color css

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

 span { border-color: rgb(226,15,177); }

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