Html Css Color HEX #E2266A Cerise

📋 copy color: '#E2266A'

red 226 ◦ green 38 ◦ blue 106

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

Shades of Cerise #E2266A

Tints of Cerise #E2266A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.27%

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

R = 61.08%
G = 10.27%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2266A (or 0xE2266A) is known color: Cerise. HEX triplet: E2, 26 and 6A. RGB value is (226,38,106). Sum of RGB (Red+Green+Blue) = 226+38+106=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E2266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2266A is #1DD995. Grayscale: #656565. Windows color (decimal): -1956246 or 6956770. OLE color: 6956770.

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

Color convert

RGB 226 38 106 -
CMYK 0 0.83 0.53 0.11
HSL 338.3º 0.76% 0.52% -
HSV(B) 338.3º 0.83% 0.89% -
XYZ 34.66 18.6 15.4 -
YUV 101.96 130.28 216.47 -
System Red Green Blue C M Y K H S L
Decimal 226 38 106 0 0.83 0.53 0.11 338.3 0.76 0.52
Hex E2 26 6A 0 53 35 B 152 4C 34
Octal 342 46 152 0 123 65 13 522 114 64
Binary 11100010 100110 1101010 0 1010011 110101 1011 101010010 1001100 110100

Color Harmonies of #E2266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2266A

Black with #E2266A

Text Example


Text Example

White with #E2266A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2266A; }

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

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

background-color css

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

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

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

border-color css

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

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

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