Html Css Color HEX #E1338D Deep Cerise

📋 copy color: '#E1338D'

red 225 ◦ green 51 ◦ blue 141

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

Shades of Deep Cerise #E1338D

Tints of Deep Cerise #E1338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.23%

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

R = 53.96%
G = 12.23%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1338D (or 0xE1338D) is known color: Deep Cerise. HEX triplet: E1, 33 and 8D. RGB value is (225,51,141). Sum of RGB (Red+Green+Blue) = 225+51+141=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1338D is #1ECC72. Grayscale: #717171. Windows color (decimal): -2018419 or 9253857. OLE color: 9253857.

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

Color convert

RGB 225 51 141 -
CMYK 0 0.77 0.37 0.12
HSL 328.97º 0.74% 0.54% -
HSV(B) 328.97º 0.77% 0.88% -
XYZ 37.04 20.3 27.16 -
YUV 113.29 143.65 207.68 -
System Red Green Blue C M Y K H S L
Decimal 225 51 141 0 0.77 0.37 0.12 328.97 0.74 0.54
Hex E1 33 8D 0 4D 25 C 149 4A 36
Octal 341 63 215 0 115 45 14 511 112 66
Binary 11100001 110011 10001101 0 1001101 100101 1100 101001001 1001010 110110

Color Harmonies of #E1338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1338D

Black with #E1338D

Text Example


Text Example

White with #E1338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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