Html Css Color HEX #E2286E Cerise

📋 copy color: '#E2286E'

red 226 ◦ green 40 ◦ blue 110

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

Shades of Cerise #E2286E

Tints of Cerise #E2286E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 60.11%
G = 10.64%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2286E (or 0xE2286E) is known color: Cerise. HEX triplet: E2, 28 and 6E. RGB value is (226,40,110). Sum of RGB (Red+Green+Blue) = 226+40+110=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E2286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2286E is #1DD791. Grayscale: #676767. Windows color (decimal): -1955730 or 7219426. OLE color: 7219426.

HSL color Cylindrical-coordinate representation of color #E2286E: hue angle of 337.42º 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 #E2286E is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 40 110 -
CMYK 0 0.82 0.51 0.11
HSL 337.42º 0.76% 0.52% -
HSV(B) 337.42º 0.82% 0.89% -
XYZ 34.94 18.81 16.54 -
YUV 103.59 131.62 215.31 -
System Red Green Blue C M Y K H S L
Decimal 226 40 110 0 0.82 0.51 0.11 337.42 0.76 0.52
Hex E2 28 6E 0 52 33 B 151 4C 34
Octal 342 50 156 0 122 63 13 521 114 64
Binary 11100010 101000 1101110 0 1010010 110011 1011 101010001 1001100 110100

Color Harmonies of #E2286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2286E

Black with #E2286E

Text Example


Text Example

White with #E2286E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2286E; }

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

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

background-color css

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

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

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

border-color css

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

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

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