Html Css Color HEX #E2285B Cerise

📋 copy color: '#E2285B'

red 226 ◦ green 40 ◦ blue 91

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

Shades of Cerise #E2285B

Tints of Cerise #E2285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.2%

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 63.31%
G = 11.2%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2285B (or 0xE2285B) is known color: Cerise. HEX triplet: E2, 28 and 5B. RGB value is (226,40,91). Sum of RGB (Red+Green+Blue) = 226+40+91=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E2285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2285B is #1DD7A4. Grayscale: #656565. Windows color (decimal): -1955749 or 5974242. OLE color: 5974242.

HSL color Cylindrical-coordinate representation of color #E2285B: hue angle of 343.55º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2285B is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 40 91 -
CMYK 0 0.82 0.60 0.11
HSL 343.55º 0.76% 0.52% -
HSV(B) 343.55º 0.82% 0.89% -
XYZ 34.01 18.44 11.66 -
YUV 101.43 122.12 216.85 -
System Red Green Blue C M Y K H S L
Decimal 226 40 91 0 0.82 0.60 0.11 343.55 0.76 0.52
Hex E2 28 5B 0 52 3C B 158 4C 34
Octal 342 50 133 0 122 74 13 530 114 64
Binary 11100010 101000 1011011 0 1010010 111100 1011 101011000 1001100 110100

Color Harmonies of #E2285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2285B

Black with #E2285B

Text Example


Text Example

White with #E2285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2285B; }

 p { color: rgb(226,40,91); }

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

background-color css

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

 a { background-color: rgb(226,40,91); }

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

border-color css

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

 span { border-color: rgb(226,40,91); }

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