Html Css Color HEX #E202B5 Hollywood Cerise

📋 copy color: '#E202B5'

red 226 ◦ green 2 ◦ blue 181

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

Shades of Hollywood Cerise #E202B5

Tints of Hollywood Cerise #E202B5

RGB

 RED value IS 226 (88.67% from 255) = 55.26%

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

 BLUE value IS 181 (71.09% from 255) = 44.25%

R = 55.26%
G = 0.49%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E202B5 (or 0xE202B5) is known color: Hollywood Cerise. HEX triplet: E2, 02 and B5. RGB value is (226,2,181). Sum of RGB (Red+Green+Blue) = 226+2+181=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E202B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E202B5 is #1DFD4A. Grayscale: #585858. Windows color (decimal): -1965387 or 11862754. OLE color: 11862754.

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

Color convert

RGB 226 2 181 -
CMYK 0 0.99 0.20 0.11
HSL 312.05º 0.98% 0.45% -
HSV(B) 312.05º 0.99% 0.89% -
XYZ 39.73 19.55 45.4 -
YUV 89.38 179.71 225.45 -
System Red Green Blue C M Y K H S L
Decimal 226 2 181 0 0.99 0.20 0.11 312.05 0.98 0.45
Hex E2 2 B5 0 63 14 B 138 62 2D
Octal 342 2 265 0 143 24 13 470 142 55
Binary 11100010 10 10110101 0 1100011 10100 1011 100111000 1100010 101101

Color Harmonies of #E202B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E202B5

Black with #E202B5

Text Example


Text Example

White with #E202B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E202B5; }

 p { color: rgb(226,2,181); }

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

background-color css

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

 a { background-color: rgb(226,2,181); }

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

border-color css

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

 span { border-color: rgb(226,2,181); }

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