Html Css Color HEX #E1376B Cerise

📋 copy color: '#E1376B'

red 225 ◦ green 55 ◦ blue 107

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

Shades of Cerise #E1376B

Tints of Cerise #E1376B

RGB

 RED value IS 225 (88.28% from 255) = 58.14%

 GREEN value IS 55 (21.88% from 255) = 14.21%

 BLUE value IS 107 (42.19% from 255) = 27.65%

R = 58.14%
G = 14.21%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1376B (or 0xE1376B) is known color: Cerise. HEX triplet: E1, 37 and 6B. RGB value is (225,55,107). Sum of RGB (Red+Green+Blue) = 225+55+107=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E1376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1376B is #1EC894. Grayscale: #6F6F6F. Windows color (decimal): -2017429 or 7026657. OLE color: 7026657.

HSL color Cylindrical-coordinate representation of color #E1376B: hue angle of 341.65º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1376B is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 55 107 -
CMYK 0 0.76 0.52 0.12
HSL 341.65º 0.74% 0.55% -
HSV(B) 341.65º 0.76% 0.88% -
XYZ 35.07 19.8 15.88 -
YUV 111.76 125.32 208.77 -
System Red Green Blue C M Y K H S L
Decimal 225 55 107 0 0.76 0.52 0.12 341.65 0.74 0.55
Hex E1 37 6B 0 4C 34 C 156 4A 37
Octal 341 67 153 0 114 64 14 526 112 67
Binary 11100001 110111 1101011 0 1001100 110100 1100 101010110 1001010 110111

Color Harmonies of #E1376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1376B

Black with #E1376B

Text Example


Text Example

White with #E1376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1376B; }

 p { color: rgb(225,55,107); }

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

background-color css

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

 a { background-color: rgb(225,55,107); }

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

border-color css

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

 span { border-color: rgb(225,55,107); }

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