Html Css Color HEX #E2315D Cerise

📋 copy color: '#E2315D'

red 226 ◦ green 49 ◦ blue 93

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

Shades of Cerise #E2315D

Tints of Cerise #E2315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.27%

R = 61.41%
G = 13.32%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2315D (or 0xE2315D) is known color: Cerise. HEX triplet: E2, 31 and 5D. RGB value is (226,49,93). Sum of RGB (Red+Green+Blue) = 226+49+93=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E2315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2315D is #1DCEA2. Grayscale: #6A6A6A. Windows color (decimal): -1953443 or 6107618. OLE color: 6107618.

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

Color convert

RGB 226 49 93 -
CMYK 0 0.78 0.59 0.11
HSL 345.08º 0.75% 0.54% -
HSV(B) 345.08º 0.78% 0.89% -
XYZ 34.44 19.16 12.24 -
YUV 106.94 120.14 212.92 -
System Red Green Blue C M Y K H S L
Decimal 226 49 93 0 0.78 0.59 0.11 345.08 0.75 0.54
Hex E2 31 5D 0 4E 3B B 159 4B 36
Octal 342 61 135 0 116 73 13 531 113 66
Binary 11100010 110001 1011101 0 1001110 111011 1011 101011001 1001011 110110

Color Harmonies of #E2315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2315D

Black with #E2315D

Text Example


Text Example

White with #E2315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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