Html Css Color HEX #E1338C Deep Cerise

📋 copy color: '#E1338C'

red 225 ◦ green 51 ◦ blue 140

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

Shades of Deep Cerise #E1338C

Tints of Deep Cerise #E1338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.65%

R = 54.09%
G = 12.26%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1338C (or 0xE1338C) is known color: Deep Cerise. HEX triplet: E1, 33 and 8C. RGB value is (225,51,140). Sum of RGB (Red+Green+Blue) = 225+51+140=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1338C is #1ECC73. Grayscale: #707070. Windows color (decimal): -2018420 or 9188321. OLE color: 9188321.

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

Color convert

RGB 225 51 140 -
CMYK 0 0.77 0.38 0.12
HSL 329.31º 0.74% 0.54% -
HSV(B) 329.31º 0.77% 0.88% -
XYZ 36.97 20.27 26.77 -
YUV 113.17 143.15 207.76 -
System Red Green Blue C M Y K H S L
Decimal 225 51 140 0 0.77 0.38 0.12 329.31 0.74 0.54
Hex E1 33 8C 0 4D 26 C 149 4A 36
Octal 341 63 214 0 115 46 14 511 112 66
Binary 11100001 110011 10001100 0 1001101 100110 1100 101001001 1001010 110110

Color Harmonies of #E1338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1338C

Black with #E1338C

Text Example


Text Example

White with #E1338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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