Html Css Color HEX #E2018B Hollywood Cerise

📋 copy color: '#E2018B'

red 226 ◦ green 1 ◦ blue 139

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

Shades of Hollywood Cerise #E2018B

Tints of Hollywood Cerise #E2018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 61.75%
G = 0.27%
B = 37.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2018B (or 0xE2018B) is known color: Hollywood Cerise. HEX triplet: E2, 01 and 8B. RGB value is (226,1,139). Sum of RGB (Red+Green+Blue) = 226+1+139=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E2018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2018B is #1DFE74. Grayscale: #535353. Windows color (decimal): -1965685 or 9109986. OLE color: 9109986.

HSL color Cylindrical-coordinate representation of color #E2018B: hue angle of 323.2º 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 #E2018B is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 1 139 -
CMYK 0 1.00 0.38 0.11
HSL 323.2º 0.99% 0.45% -
HSV(B) 323.2º 1% 0.89% -
XYZ 36.04 18.05 26.01 -
YUV 84.01 159.04 229.28 -
System Red Green Blue C M Y K H S L
Decimal 226 1 139 0 1.00 0.38 0.11 323.2 0.99 0.45
Hex E2 1 8B 0 64 26 B 143 63 2D
Octal 342 1 213 0 144 46 13 503 143 55
Binary 11100010 1 10001011 0 1100100 100110 1011 101000011 1100011 101101

Color Harmonies of #E2018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2018B

Black with #E2018B

Text Example


Text Example

White with #E2018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2018B; }

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

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

background-color css

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

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

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

border-color css

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

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

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