Html Css Color HEX #E2256A Cerise

📋 copy color: '#E2256A'

red 226 ◦ green 37 ◦ blue 106

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

Shades of Cerise #E2256A

Tints of Cerise #E2256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.03%

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

R = 61.25%
G = 10.03%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2256A (or 0xE2256A) is known color: Cerise. HEX triplet: E2, 25 and 6A. RGB value is (226,37,106). Sum of RGB (Red+Green+Blue) = 226+37+106=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E2256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2256A is #1DDA95. Grayscale: #656565. Windows color (decimal): -1956502 or 6956514. OLE color: 6956514.

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

Color convert

RGB 226 37 106 -
CMYK 0 0.84 0.53 0.11
HSL 338.1º 0.77% 0.52% -
HSV(B) 338.1º 0.84% 0.89% -
XYZ 34.63 18.53 15.39 -
YUV 101.38 130.62 216.89 -
System Red Green Blue C M Y K H S L
Decimal 226 37 106 0 0.84 0.53 0.11 338.1 0.77 0.52
Hex E2 25 6A 0 54 35 B 152 4D 34
Octal 342 45 152 0 124 65 13 522 115 64
Binary 11100010 100101 1101010 0 1010100 110101 1011 101010010 1001101 110100

Color Harmonies of #E2256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2256A

Black with #E2256A

Text Example


Text Example

White with #E2256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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