Html Css Color HEX #E104B4 Hollywood Cerise

📋 copy color: '#E104B4'

red 225 ◦ green 4 ◦ blue 180

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

Shades of Hollywood Cerise #E104B4

Tints of Hollywood Cerise #E104B4

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.98%

 BLUE value IS 180 (70.7% from 255) = 44.01%

R = 55.01%
G = 0.98%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.2

 K value IS 0.12

RGB Variations

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

Color information

#E104B4 (or 0xE104B4) is known color: Hollywood Cerise. HEX triplet: E1, 04 and B4. RGB value is (225,4,180). Sum of RGB (Red+Green+Blue) = 225+4+180=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E104B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E104B4 is #1EFB4B. Grayscale: #595959. Windows color (decimal): -2030412 or 11797729. OLE color: 11797729.

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

Color convert

RGB 225 4 180 -
CMYK 0 0.98 0.2 0.12
HSL 312.22º 0.97% 0.45% -
HSV(B) 312.22º 0.98% 0.88% -
XYZ 39.33 19.39 44.85 -
YUV 90.14 178.72 224.19 -
System Red Green Blue C M Y K H S L
Decimal 225 4 180 0 0.98 0.2 0.12 312.22 0.97 0.45
Hex E1 4 B4 0 62 14 C 138 61 2D
Octal 341 4 264 0 142 24 14 470 141 55
Binary 11100001 100 10110100 0 1100010 10100 1100 100111000 1100001 101101

Color Harmonies of #E104B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E104B4

Black with #E104B4

Text Example


Text Example

White with #E104B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E104B4; }

 p { color: rgb(225,4,180); }

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

background-color css

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

 a { background-color: rgb(225,4,180); }

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

border-color css

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

 span { border-color: rgb(225,4,180); }

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