Html Css Color HEX #E1018B Hollywood Cerise

📋 copy color: '#E1018B'

red 225 ◦ green 1 ◦ blue 139

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

Shades of Hollywood Cerise #E1018B

Tints of Hollywood Cerise #E1018B

RGB

 RED value IS 225 (88.28% from 255) = 61.64%

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

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

R = 61.64%
G = 0.27%
B = 38.08%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1018B (or 0xE1018B) is known color: Hollywood Cerise. HEX triplet: E1, 01 and 8B. RGB value is (225,1,139). Sum of RGB (Red+Green+Blue) = 225+1+139=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1018B is #1EFE74. Grayscale: #535353. Windows color (decimal): -2031221 or 9109985. OLE color: 9109985.

HSL color Cylindrical-coordinate representation of color #E1018B: hue angle of 323.04º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1018B is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 1 139 -
CMYK 0 1.00 0.38 0.12
HSL 323.04º 0.99% 0.44% -
HSV(B) 323.04º 1% 0.88% -
XYZ 35.72 17.89 26 -
YUV 83.71 159.21 228.78 -
System Red Green Blue C M Y K H S L
Decimal 225 1 139 0 1.00 0.38 0.12 323.04 0.99 0.44
Hex E1 1 8B 0 64 26 C 143 63 2C
Octal 341 1 213 0 144 46 14 503 143 54
Binary 11100001 1 10001011 0 1100100 100110 1100 101000011 1100011 101100

Color Harmonies of #E1018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1018B

Black with #E1018B

Text Example


Text Example

White with #E1018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1018B; }

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

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

background-color css

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

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

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

border-color css

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

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

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