Html Css Color HEX #E1028D Hollywood Cerise

📋 copy color: '#E1028D'

red 225 ◦ green 2 ◦ blue 141

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

Shades of Hollywood Cerise #E1028D

Tints of Hollywood Cerise #E1028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 61.14%
G = 0.54%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1028D (or 0xE1028D) is known color: Hollywood Cerise. HEX triplet: E1, 02 and 8D. RGB value is (225,2,141). Sum of RGB (Red+Green+Blue) = 225+2+141=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1028D is #1EFD72. Grayscale: #545454. Windows color (decimal): -2030963 or 9241313. OLE color: 9241313.

HSL color Cylindrical-coordinate representation of color #E1028D: hue angle of 322.6º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1028D is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 2 141 -
CMYK 0 0.99 0.37 0.12
HSL 322.6º 0.98% 0.45% -
HSV(B) 322.6º 0.99% 0.88% -
XYZ 35.88 17.97 26.78 -
YUV 84.52 159.88 228.2 -
System Red Green Blue C M Y K H S L
Decimal 225 2 141 0 0.99 0.37 0.12 322.6 0.98 0.45
Hex E1 2 8D 0 63 25 C 143 62 2D
Octal 341 2 215 0 143 45 14 503 142 55
Binary 11100001 10 10001101 0 1100011 100101 1100 101000011 1100010 101101

Color Harmonies of #E1028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1028D

Black with #E1028D

Text Example


Text Example

White with #E1028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1028D; }

 p { color: rgb(225,2,141); }

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

background-color css

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

 a { background-color: rgb(225,2,141); }

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

border-color css

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

 span { border-color: rgb(225,2,141); }

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