Html Css Color HEX #E1358D Deep Cerise

📋 copy color: '#E1358D'

red 225 ◦ green 53 ◦ blue 141

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

Shades of Deep Cerise #E1358D

Tints of Deep Cerise #E1358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.65%

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 53.7%
G = 12.65%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1358D (or 0xE1358D) is known color: Deep Cerise. HEX triplet: E1, 35 and 8D. RGB value is (225,53,141). Sum of RGB (Red+Green+Blue) = 225+53+141=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1358D is #1ECA72. Grayscale: #727272. Windows color (decimal): -2017907 or 9254369. OLE color: 9254369.

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

Color convert

RGB 225 53 141 -
CMYK 0 0.76 0.37 0.12
HSL 329.3º 0.74% 0.55% -
HSV(B) 329.3º 0.76% 0.88% -
XYZ 37.13 20.48 27.19 -
YUV 114.46 142.98 206.84 -
System Red Green Blue C M Y K H S L
Decimal 225 53 141 0 0.76 0.37 0.12 329.3 0.74 0.55
Hex E1 35 8D 0 4C 25 C 149 4A 37
Octal 341 65 215 0 114 45 14 511 112 67
Binary 11100001 110101 10001101 0 1001100 100101 1100 101001001 1001010 110111

Color Harmonies of #E1358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1358D

Black with #E1358D

Text Example


Text Example

White with #E1358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1358D; }

 p { color: rgb(225,53,141); }

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

background-color css

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

 a { background-color: rgb(225,53,141); }

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

border-color css

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

 span { border-color: rgb(225,53,141); }

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