Html Css Color HEX #E1338A Deep Cerise

📋 copy color: '#E1338A'

red 225 ◦ green 51 ◦ blue 138

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

Shades of Deep Cerise #E1338A

Tints of Deep Cerise #E1338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 54.35%
G = 12.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1338A (or 0xE1338A) is known color: Deep Cerise. HEX triplet: E1, 33 and 8A. RGB value is (225,51,138). Sum of RGB (Red+Green+Blue) = 225+51+138=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1338A is #1ECC75. Grayscale: #707070. Windows color (decimal): -2018422 or 9057249. OLE color: 9057249.

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

Color convert

RGB 225 51 138 -
CMYK 0 0.77 0.39 0.12
HSL 330º 0.74% 0.54% -
HSV(B) 330º 0.77% 0.88% -
XYZ 36.82 20.21 26 -
YUV 112.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 225 51 138 0 0.77 0.39 0.12 330 0.74 0.54
Hex E1 33 8A 0 4D 27 C 14A 4A 36
Octal 341 63 212 0 115 47 14 512 112 66
Binary 11100001 110011 10001010 0 1001101 100111 1100 101001010 1001010 110110

Color Harmonies of #E1338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1338A

Black with #E1338A

Text Example


Text Example

White with #E1338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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