Html Css Color HEX #E2426A Cerise

📋 copy color: '#E2426A'

red 226 ◦ green 66 ◦ blue 106

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

Shades of Cerise #E2426A

Tints of Cerise #E2426A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.63%

R = 56.78%
G = 16.58%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2426A (or 0xE2426A) is known color: Cerise. HEX triplet: E2, 42 and 6A. RGB value is (226,66,106). Sum of RGB (Red+Green+Blue) = 226+66+106=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E2426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2426A is #1DBD95. Grayscale: #767676. Windows color (decimal): -1949078 or 6963938. OLE color: 6963938.

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

Color convert

RGB 226 66 106 -
CMYK 0 0.71 0.53 0.11
HSL 345º 0.73% 0.57% -
HSV(B) 345º 0.71% 0.89% -
XYZ 35.91 21.11 15.82 -
YUV 118.4 121.01 204.75 -
System Red Green Blue C M Y K H S L
Decimal 226 66 106 0 0.71 0.53 0.11 345 0.73 0.57
Hex E2 42 6A 0 47 35 B 159 49 39
Octal 342 102 152 0 107 65 13 531 111 71
Binary 11100010 1000010 1101010 0 1000111 110101 1011 101011001 1001001 111001

Color Harmonies of #E2426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2426A

Black with #E2426A

Text Example


Text Example

White with #E2426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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