Html Css Color HEX #E2425B Cerise

📋 copy color: '#E2425B'

red 226 ◦ green 66 ◦ blue 91

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

Shades of Cerise #E2425B

Tints of Cerise #E2425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.23%

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

R = 59.01%
G = 17.23%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2425B (or 0xE2425B) is known color: Cerise. HEX triplet: E2, 42 and 5B. RGB value is (226,66,91). Sum of RGB (Red+Green+Blue) = 226+66+91=383 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.01% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 226 - color contains mainly: red. Hex color #E2425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2425B is #1DBDA4. Grayscale: #747474. Windows color (decimal): -1949093 or 5980898. OLE color: 5980898.

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

Color convert

RGB 226 66 91 -
CMYK 0 0.71 0.60 0.11
HSL 350.63º 0.73% 0.57% -
HSV(B) 350.63º 0.71% 0.89% -
XYZ 35.2 20.82 12.06 -
YUV 116.69 113.51 205.97 -
System Red Green Blue C M Y K H S L
Decimal 226 66 91 0 0.71 0.60 0.11 350.63 0.73 0.57
Hex E2 42 5B 0 47 3C B 15F 49 39
Octal 342 102 133 0 107 74 13 537 111 71
Binary 11100010 1000010 1011011 0 1000111 111100 1011 101011111 1001001 111001

Color Harmonies of #E2425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2425B

Black with #E2425B

Text Example


Text Example

White with #E2425B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2425B; }

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

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

background-color css

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

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

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

border-color css

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

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

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