Html Css Color HEX #E2255C Cerise

📋 copy color: '#E2255C'

red 226 ◦ green 37 ◦ blue 92

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

Shades of Cerise #E2255C

Tints of Cerise #E2255C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.92%

R = 63.66%
G = 10.42%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2255C (or 0xE2255C) is known color: Cerise. HEX triplet: E2, 25 and 5C. RGB value is (226,37,92). Sum of RGB (Red+Green+Blue) = 226+37+92=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2255C is #1DDAA3. Grayscale: #636363. Windows color (decimal): -1956516 or 6039010. OLE color: 6039010.

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

Color convert

RGB 226 37 92 -
CMYK 0 0.84 0.59 0.11
HSL 342.54º 0.77% 0.52% -
HSV(B) 342.54º 0.84% 0.89% -
XYZ 33.96 18.26 11.86 -
YUV 99.78 123.62 218.03 -
System Red Green Blue C M Y K H S L
Decimal 226 37 92 0 0.84 0.59 0.11 342.54 0.77 0.52
Hex E2 25 5C 0 54 3B B 157 4D 34
Octal 342 45 134 0 124 73 13 527 115 64
Binary 11100010 100101 1011100 0 1010100 111011 1011 101010111 1001101 110100

Color Harmonies of #E2255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2255C

Black with #E2255C

Text Example


Text Example

White with #E2255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2255C; }

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

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

background-color css

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

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

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

border-color css

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

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

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