Html Css Color HEX #E2415C Cerise

📋 copy color: '#E2415C'

red 226 ◦ green 65 ◦ blue 92

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

Shades of Cerise #E2415C

Tints of Cerise #E2415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.97%

 BLUE value IS 92 (36.33% from 255) = 24.02%

R = 59.01%
G = 16.97%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2415C (or 0xE2415C) is known color: Cerise. HEX triplet: E2, 41 and 5C. RGB value is (226,65,92). Sum of RGB (Red+Green+Blue) = 226+65+92=383 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.01% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 226 - color contains mainly: red. Hex color #E2415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2415C is #1DBEA3. Grayscale: #747474. Windows color (decimal): -1949348 or 6046178. OLE color: 6046178.

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

Color convert

RGB 226 65 92 -
CMYK 0 0.71 0.59 0.11
HSL 349.94º 0.74% 0.57% -
HSV(B) 349.94º 0.71% 0.89% -
XYZ 35.19 20.72 12.27 -
YUV 116.22 114.34 206.3 -
System Red Green Blue C M Y K H S L
Decimal 226 65 92 0 0.71 0.59 0.11 349.94 0.74 0.57
Hex E2 41 5C 0 47 3B B 15E 4A 39
Octal 342 101 134 0 107 73 13 536 112 71
Binary 11100010 1000001 1011100 0 1000111 111011 1011 101011110 1001010 111001

Color Harmonies of #E2415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2415C

Black with #E2415C

Text Example


Text Example

White with #E2415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2415C; }

 p { color: rgb(226,65,92); }

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

background-color css

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

 a { background-color: rgb(226,65,92); }

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

border-color css

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

 span { border-color: rgb(226,65,92); }

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