Html Css Color HEX #E1389A Deep Cerise

📋 copy color: '#E1389A'

red 225 ◦ green 56 ◦ blue 154

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

Shades of Deep Cerise #E1389A

Tints of Deep Cerise #E1389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.4%

R = 51.72%
G = 12.87%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1389A (or 0xE1389A) is known color: Deep Cerise. HEX triplet: E1, 38 and 9A. RGB value is (225,56,154). Sum of RGB (Red+Green+Blue) = 225+56+154=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1389A is #1EC765. Grayscale: #757575. Windows color (decimal): -2017126 or 10107105. OLE color: 10107105.

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

Color convert

RGB 225 56 154 -
CMYK 0 0.75 0.32 0.12
HSL 325.21º 0.74% 0.55% -
HSV(B) 325.21º 0.75% 0.88% -
XYZ 38.3 21.17 32.64 -
YUV 117.7 148.49 204.53 -
System Red Green Blue C M Y K H S L
Decimal 225 56 154 0 0.75 0.32 0.12 325.21 0.74 0.55
Hex E1 38 9A 0 4B 20 C 145 4A 37
Octal 341 70 232 0 113 40 14 505 112 67
Binary 11100001 111000 10011010 0 1001011 100000 1100 101000101 1001010 110111

Color Harmonies of #E1389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1389A

Black with #E1389A

Text Example


Text Example

White with #E1389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1389A; }

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

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

background-color css

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

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

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

border-color css

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

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

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