Html Css Color HEX #E2316B Cerise

📋 copy color: '#E2316B'

red 226 ◦ green 49 ◦ blue 107

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

Shades of Cerise #E2316B

Tints of Cerise #E2316B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.83%

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 59.16%
G = 12.83%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2316B (or 0xE2316B) is known color: Cerise. HEX triplet: E2, 31 and 6B. RGB value is (226,49,107). Sum of RGB (Red+Green+Blue) = 226+49+107=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E2316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2316B is #1DCE94. Grayscale: #6C6C6C. Windows color (decimal): -1953429 or 7025122. OLE color: 7025122.

HSL color Cylindrical-coordinate representation of color #E2316B: hue angle of 340.34º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2316B is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 49 107 -
CMYK 0 0.78 0.53 0.11
HSL 340.34º 0.75% 0.54% -
HSV(B) 340.34º 0.78% 0.89% -
XYZ 35.12 19.43 15.81 -
YUV 108.54 127.14 211.78 -
System Red Green Blue C M Y K H S L
Decimal 226 49 107 0 0.78 0.53 0.11 340.34 0.75 0.54
Hex E2 31 6B 0 4E 35 B 154 4B 36
Octal 342 61 153 0 116 65 13 524 113 66
Binary 11100010 110001 1101011 0 1001110 110101 1011 101010100 1001011 110110

Color Harmonies of #E2316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2316B

Black with #E2316B

Text Example


Text Example

White with #E2316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2316B; }

 p { color: rgb(226,49,107); }

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

background-color css

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

 a { background-color: rgb(226,49,107); }

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

border-color css

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

 span { border-color: rgb(226,49,107); }

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