Html Css Color HEX #E2265E Cerise

📋 copy color: '#E2265E'

red 226 ◦ green 38 ◦ blue 94

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

Shades of Cerise #E2265E

Tints of Cerise #E2265E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.26%

R = 63.13%
G = 10.61%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2265E (or 0xE2265E) is known color: Cerise. HEX triplet: E2, 26 and 5E. RGB value is (226,38,94). Sum of RGB (Red+Green+Blue) = 226+38+94=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2265E is #1DD9A1. Grayscale: #646464. Windows color (decimal): -1956258 or 6170338. OLE color: 6170338.

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

Color convert

RGB 226 38 94 -
CMYK 0 0.83 0.58 0.11
HSL 342.13º 0.76% 0.52% -
HSV(B) 342.13º 0.83% 0.89% -
XYZ 34.08 18.36 12.34 -
YUV 100.6 124.28 217.45 -
System Red Green Blue C M Y K H S L
Decimal 226 38 94 0 0.83 0.58 0.11 342.13 0.76 0.52
Hex E2 26 5E 0 53 3A B 156 4C 34
Octal 342 46 136 0 123 72 13 526 114 64
Binary 11100010 100110 1011110 0 1010011 111010 1011 101010110 1001100 110100

Color Harmonies of #E2265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2265E

Black with #E2265E

Text Example


Text Example

White with #E2265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2265E; }

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

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

background-color css

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

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

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

border-color css

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

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

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