Html Css Color HEX #E50283 Hollywood Cerise

📋 copy color: '#E50283'

red 229 ◦ green 2 ◦ blue 131

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

Shades of Hollywood Cerise #E50283

Tints of Hollywood Cerise #E50283

RGB

 RED value IS 229 (89.84% from 255) = 63.26%

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

 BLUE value IS 131 (51.56% from 255) = 36.19%

R = 63.26%
G = 0.55%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E50283 (or 0xE50283) is known color: Hollywood Cerise. HEX triplet: E5, 02 and 83. RGB value is (229,2,131). Sum of RGB (Red+Green+Blue) = 229+2+131=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E50283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50283 is #1AFD7C. Grayscale: #545454. Windows color (decimal): -1768829 or 8585957. OLE color: 8585957.

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

Color convert

RGB 229 2 131 -
CMYK 0 0.99 0.43 0.10
HSL 325.9º 0.98% 0.45% -
HSV(B) 325.9º 0.99% 0.9% -
XYZ 36.43 18.34 23.09 -
YUV 84.58 154.21 231.01 -
System Red Green Blue C M Y K H S L
Decimal 229 2 131 0 0.99 0.43 0.10 325.9 0.98 0.45
Hex E5 2 83 0 63 2B A 146 62 2D
Octal 345 2 203 0 143 53 12 506 142 55
Binary 11100101 10 10000011 0 1100011 101011 1010 101000110 1100010 101101

Color Harmonies of #E50283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50283

Black with #E50283

Text Example


Text Example

White with #E50283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50283; }

 p { color: rgb(229,2,131); }

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

background-color css

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

 a { background-color: rgb(229,2,131); }

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

border-color css

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

 span { border-color: rgb(229,2,131); }

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