Html Css Color HEX #E1379E Deep Cerise

📋 copy color: '#E1379E'

red 225 ◦ green 55 ◦ blue 158

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

Shades of Deep Cerise #E1379E

Tints of Deep Cerise #E1379E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.07%

R = 51.37%
G = 12.56%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1379E (or 0xE1379E) is known color: Deep Cerise. HEX triplet: E1, 37 and 9E. RGB value is (225,55,158). Sum of RGB (Red+Green+Blue) = 225+55+158=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1379E is #1EC861. Grayscale: #757575. Windows color (decimal): -2017378 or 10368993. OLE color: 10368993.

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

Color convert

RGB 225 55 158 -
CMYK 0 0.76 0.30 0.12
HSL 323.65º 0.74% 0.55% -
HSV(B) 323.65º 0.76% 0.88% -
XYZ 38.59 21.21 34.41 -
YUV 117.57 150.82 204.62 -
System Red Green Blue C M Y K H S L
Decimal 225 55 158 0 0.76 0.30 0.12 323.65 0.74 0.55
Hex E1 37 9E 0 4C 1E C 144 4A 37
Octal 341 67 236 0 114 36 14 504 112 67
Binary 11100001 110111 10011110 0 1001100 11110 1100 101000100 1001010 110111

Color Harmonies of #E1379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1379E

Black with #E1379E

Text Example


Text Example

White with #E1379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1379E; }

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

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

background-color css

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

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

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

border-color css

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

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

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