Html Css Color HEX #E2345D Cerise

📋 copy color: '#E2345D'

red 226 ◦ green 52 ◦ blue 93

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

Shades of Cerise #E2345D

Tints of Cerise #E2345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.02%

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

R = 60.92%
G = 14.02%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2345D (or 0xE2345D) is known color: Cerise. HEX triplet: E2, 34 and 5D. RGB value is (226,52,93). Sum of RGB (Red+Green+Blue) = 226+52+93=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E2345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2345D is #1DCBA2. Grayscale: #6C6C6C. Windows color (decimal): -1952675 or 6108386. OLE color: 6108386.

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

Color convert

RGB 226 52 93 -
CMYK 0 0.77 0.59 0.11
HSL 345.86º 0.75% 0.55% -
HSV(B) 345.86º 0.77% 0.89% -
XYZ 34.57 19.42 12.28 -
YUV 108.7 119.15 211.67 -
System Red Green Blue C M Y K H S L
Decimal 226 52 93 0 0.77 0.59 0.11 345.86 0.75 0.55
Hex E2 34 5D 0 4D 3B B 15A 4B 37
Octal 342 64 135 0 115 73 13 532 113 67
Binary 11100010 110100 1011101 0 1001101 111011 1011 101011010 1001011 110111

Color Harmonies of #E2345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2345D

Black with #E2345D

Text Example


Text Example

White with #E2345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2345D; }

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

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

background-color css

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

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

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

border-color css

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

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

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