Html Css Color HEX #E2295B Cerise

📋 copy color: '#E2295B'

red 226 ◦ green 41 ◦ blue 91

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

Shades of Cerise #E2295B

Tints of Cerise #E2295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

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

R = 63.13%
G = 11.45%
B = 25.42%

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

#E2295B (or 0xE2295B) is known color: Cerise. HEX triplet: E2, 29 and 5B. RGB value is (226,41,91). Sum of RGB (Red+Green+Blue) = 226+41+91=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2295B is #1DD6A4. Grayscale: #666666. Windows color (decimal): -1955493 or 5974498. OLE color: 5974498.

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

Color convert

RGB 226 41 91 -
CMYK 0 0.82 0.60 0.11
HSL 343.78º 0.76% 0.52% -
HSV(B) 343.78º 0.82% 0.89% -
XYZ 34.05 18.51 11.68 -
YUV 102.02 121.79 216.43 -
System Red Green Blue C M Y K H S L
Decimal 226 41 91 0 0.82 0.60 0.11 343.78 0.76 0.52
Hex E2 29 5B 0 52 3C B 158 4C 34
Octal 342 51 133 0 122 74 13 530 114 64
Binary 11100010 101001 1011011 0 1010010 111100 1011 101011000 1001100 110100

Color Harmonies of #E2295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2295B

Black with #E2295B

Text Example


Text Example

White with #E2295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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