Html Css Color HEX #E40585 Hollywood Cerise

📋 copy color: '#E40585'

red 228 ◦ green 5 ◦ blue 133

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

Shades of Hollywood Cerise #E40585

Tints of Hollywood Cerise #E40585

RGB

 RED value IS 228 (89.45% from 255) = 62.3%

 GREEN value IS 5 (2.34% from 255) = 1.37%

 BLUE value IS 133 (52.34% from 255) = 36.34%

R = 62.3%
G = 1.37%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E40585 (or 0xE40585) is known color: Hollywood Cerise. HEX triplet: E4, 05 and 85. RGB value is (228,5,133). Sum of RGB (Red+Green+Blue) = 228+5+133=366 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.30% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 228 - color contains mainly: red. Hex color #E40585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40585 is #1BFA7A. Grayscale: #555555. Windows color (decimal): -1833595 or 8717796. OLE color: 8717796.

HSL color Cylindrical-coordinate representation of color #E40585: hue angle of 325.56º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40585 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 5 133 -
CMYK 0 0.98 0.42 0.11
HSL 325.56º 0.96% 0.46% -
HSV(B) 325.56º 0.98% 0.89% -
XYZ 36.28 18.3 23.81 -
YUV 86.27 154.38 229.09 -
System Red Green Blue C M Y K H S L
Decimal 228 5 133 0 0.98 0.42 0.11 325.56 0.96 0.46
Hex E4 5 85 0 62 2A B 146 60 2E
Octal 344 5 205 0 142 52 13 506 140 56
Binary 11100100 101 10000101 0 1100010 101010 1011 101000110 1100000 101110

Color Harmonies of #E40585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40585

Black with #E40585

Text Example


Text Example

White with #E40585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40585; }

 p { color: rgb(228,5,133); }

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

background-color css

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

 a { background-color: rgb(228,5,133); }

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

border-color css

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

 span { border-color: rgb(228,5,133); }

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