Html Css Color HEX #E2226A Cerise

📋 copy color: '#E2226A'

red 226 ◦ green 34 ◦ blue 106

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

Shades of Cerise #E2226A

Tints of Cerise #E2226A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.29%

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

R = 61.75%
G = 9.29%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2226A (or 0xE2226A) is known color: Cerise. HEX triplet: E2, 22 and 6A. RGB value is (226,34,106). Sum of RGB (Red+Green+Blue) = 226+34+106=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E2226A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2226A is #1DDD95. Grayscale: #636363. Windows color (decimal): -1957270 or 6955746. OLE color: 6955746.

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

Color convert

RGB 226 34 106 -
CMYK 0 0.85 0.53 0.11
HSL 337.5º 0.77% 0.51% -
HSV(B) 337.5º 0.85% 0.89% -
XYZ 34.54 18.35 15.36 -
YUV 99.62 131.61 218.15 -
System Red Green Blue C M Y K H S L
Decimal 226 34 106 0 0.85 0.53 0.11 337.5 0.77 0.51
Hex E2 22 6A 0 55 35 B 152 4D 33
Octal 342 42 152 0 125 65 13 522 115 63
Binary 11100010 100010 1101010 0 1010101 110101 1011 101010010 1001101 110011

Color Harmonies of #E2226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2226A

Black with #E2226A

Text Example


Text Example

White with #E2226A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2226A; }

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

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

background-color css

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

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

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

border-color css

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

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

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