Html Css Color HEX #E2365D Cerise

📋 copy color: '#E2365D'

red 226 ◦ green 54 ◦ blue 93

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

Shades of Cerise #E2365D

Tints of Cerise #E2365D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.93%

R = 60.59%
G = 14.48%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2365D (or 0xE2365D) is known color: Cerise. HEX triplet: E2, 36 and 5D. RGB value is (226,54,93). Sum of RGB (Red+Green+Blue) = 226+54+93=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E2365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2365D is #1DC9A2. Grayscale: #6D6D6D. Windows color (decimal): -1952163 or 6108898. OLE color: 6108898.

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

Color convert

RGB 226 54 93 -
CMYK 0 0.76 0.59 0.11
HSL 346.4º 0.75% 0.55% -
HSV(B) 346.4º 0.76% 0.89% -
XYZ 34.66 19.6 12.31 -
YUV 109.87 118.48 210.83 -
System Red Green Blue C M Y K H S L
Decimal 226 54 93 0 0.76 0.59 0.11 346.4 0.75 0.55
Hex E2 36 5D 0 4C 3B B 15A 4B 37
Octal 342 66 135 0 114 73 13 532 113 67
Binary 11100010 110110 1011101 0 1001100 111011 1011 101011010 1001011 110111

Color Harmonies of #E2365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2365D

Black with #E2365D

Text Example


Text Example

White with #E2365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2365D; }

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

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

background-color css

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

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

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

border-color css

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

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

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