Html Css Color HEX #E2365F Cerise

📋 copy color: '#E2365F'

red 226 ◦ green 54 ◦ blue 95

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

Shades of Cerise #E2365F

Tints of Cerise #E2365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.4%

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

R = 60.27%
G = 14.4%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2365F (or 0xE2365F) is known color: Cerise. HEX triplet: E2, 36 and 5F. RGB value is (226,54,95). Sum of RGB (Red+Green+Blue) = 226+54+95=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E2365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2365F is #1DC9A0. Grayscale: #6E6E6E. Windows color (decimal): -1952161 or 6239970. OLE color: 6239970.

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

Color convert

RGB 226 54 95 -
CMYK 0 0.76 0.58 0.11
HSL 345.7º 0.75% 0.55% -
HSV(B) 345.7º 0.76% 0.89% -
XYZ 34.75 19.63 12.78 -
YUV 110.1 119.48 210.67 -
System Red Green Blue C M Y K H S L
Decimal 226 54 95 0 0.76 0.58 0.11 345.7 0.75 0.55
Hex E2 36 5F 0 4C 3A B 15A 4B 37
Octal 342 66 137 0 114 72 13 532 113 67
Binary 11100010 110110 1011111 0 1001100 111010 1011 101011010 1001011 110111

Color Harmonies of #E2365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2365F

Black with #E2365F

Text Example


Text Example

White with #E2365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2365F; }

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

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

background-color css

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

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

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

border-color css

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

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

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