Html Css Color HEX #E2235F Cerise

📋 copy color: '#E2235F'

red 226 ◦ green 35 ◦ blue 95

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

Shades of Cerise #E2235F

Tints of Cerise #E2235F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.83%

 BLUE value IS 95 (37.5% from 255) = 26.69%

R = 63.48%
G = 9.83%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2235F (or 0xE2235F) is known color: Cerise. HEX triplet: E2, 23 and 5F. RGB value is (226,35,95). Sum of RGB (Red+Green+Blue) = 226+35+95=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2235F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2235F is #1DDCA0. Grayscale: #626262. Windows color (decimal): -1957025 or 6235106. OLE color: 6235106.

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

Color convert

RGB 226 35 95 -
CMYK 0 0.85 0.58 0.11
HSL 341.15º 0.77% 0.51% -
HSV(B) 341.15º 0.85% 0.89% -
XYZ 34.03 18.2 12.55 -
YUV 98.95 125.78 218.62 -
System Red Green Blue C M Y K H S L
Decimal 226 35 95 0 0.85 0.58 0.11 341.15 0.77 0.51
Hex E2 23 5F 0 55 3A B 155 4D 33
Octal 342 43 137 0 125 72 13 525 115 63
Binary 11100010 100011 1011111 0 1010101 111010 1011 101010101 1001101 110011

Color Harmonies of #E2235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2235F

Black with #E2235F

Text Example


Text Example

White with #E2235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2235F; }

 p { color: rgb(226,35,95); }

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

background-color css

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

 a { background-color: rgb(226,35,95); }

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

border-color css

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

 span { border-color: rgb(226,35,95); }

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