Html Css Color HEX #E1389B Deep Cerise

📋 copy color: '#E1389B'

red 225 ◦ green 56 ◦ blue 155

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

Shades of Deep Cerise #E1389B

Tints of Deep Cerise #E1389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.84%

 BLUE value IS 155 (60.94% from 255) = 35.55%

R = 51.61%
G = 12.84%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1389B (or 0xE1389B) is known color: Deep Cerise. HEX triplet: E1, 38 and 9B. RGB value is (225,56,155). Sum of RGB (Red+Green+Blue) = 225+56+155=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1389B is #1EC764. Grayscale: #757575. Windows color (decimal): -2017125 or 10172641. OLE color: 10172641.

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

Color convert

RGB 225 56 155 -
CMYK 0 0.75 0.31 0.12
HSL 324.85º 0.74% 0.55% -
HSV(B) 324.85º 0.75% 0.88% -
XYZ 38.38 21.2 33.08 -
YUV 117.82 148.99 204.45 -
System Red Green Blue C M Y K H S L
Decimal 225 56 155 0 0.75 0.31 0.12 324.85 0.74 0.55
Hex E1 38 9B 0 4B 1F C 145 4A 37
Octal 341 70 233 0 113 37 14 505 112 67
Binary 11100001 111000 10011011 0 1001011 11111 1100 101000101 1001010 110111

Color Harmonies of #E1389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1389B

Black with #E1389B

Text Example


Text Example

White with #E1389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1389B; }

 p { color: rgb(225,56,155); }

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

background-color css

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

 a { background-color: rgb(225,56,155); }

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

border-color css

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

 span { border-color: rgb(225,56,155); }

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