Html Css Color HEX #E1375F Cerise

📋 copy color: '#E1375F'

red 225 ◦ green 55 ◦ blue 95

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

Shades of Cerise #E1375F

Tints of Cerise #E1375F

RGB

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

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

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

R = 60%
G = 14.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1375F (or 0xE1375F) is known color: Cerise. HEX triplet: E1, 37 and 5F. RGB value is (225,55,95). Sum of RGB (Red+Green+Blue) = 225+55+95=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E1375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1375F is #1EC8A0. Grayscale: #6E6E6E. Windows color (decimal): -2017441 or 6240225. OLE color: 6240225.

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

Color convert

RGB 225 55 95 -
CMYK 0 0.76 0.58 0.12
HSL 345.88º 0.74% 0.55% -
HSV(B) 345.88º 0.76% 0.88% -
XYZ 34.48 19.57 12.79 -
YUV 110.39 119.32 209.75 -
System Red Green Blue C M Y K H S L
Decimal 225 55 95 0 0.76 0.58 0.12 345.88 0.74 0.55
Hex E1 37 5F 0 4C 3A C 15A 4A 37
Octal 341 67 137 0 114 72 14 532 112 67
Binary 11100001 110111 1011111 0 1001100 111010 1100 101011010 1001010 110111

Color Harmonies of #E1375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1375F

Black with #E1375F

Text Example


Text Example

White with #E1375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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