Html Css Color HEX #E2018A Hollywood Cerise

📋 copy color: '#E2018A'

red 226 ◦ green 1 ◦ blue 138

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

Shades of Hollywood Cerise #E2018A

Tints of Hollywood Cerise #E2018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 138 (54.3% from 255) = 37.81%

R = 61.92%
G = 0.27%
B = 37.81%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E2018A (or 0xE2018A) is known color: Hollywood Cerise. HEX triplet: E2, 01 and 8A. RGB value is (226,1,138). Sum of RGB (Red+Green+Blue) = 226+1+138=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E2018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2018A is #1DFE75. Grayscale: #535353. Windows color (decimal): -1965686 or 9044450. OLE color: 9044450.

HSL color Cylindrical-coordinate representation of color #E2018A: hue angle of 323.47º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2018A is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 1 138 -
CMYK 0 1.00 0.39 0.11
HSL 323.47º 0.99% 0.45% -
HSV(B) 323.47º 1% 0.89% -
XYZ 35.96 18.03 25.63 -
YUV 83.89 158.54 229.36 -
System Red Green Blue C M Y K H S L
Decimal 226 1 138 0 1.00 0.39 0.11 323.47 0.99 0.45
Hex E2 1 8A 0 64 27 B 143 63 2D
Octal 342 1 212 0 144 47 13 503 143 55
Binary 11100010 1 10001010 0 1100100 100111 1011 101000011 1100011 101101

Color Harmonies of #E2018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2018A

Black with #E2018A

Text Example


Text Example

White with #E2018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2018A; }

 p { color: rgb(226,1,138); }

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

background-color css

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

 a { background-color: rgb(226,1,138); }

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

border-color css

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

 span { border-color: rgb(226,1,138); }

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