Html Css Color HEX #E9138B Deep Pink

📋 copy color: '#E9138B'

red 233 ◦ green 19 ◦ blue 139

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

Shades of Deep Pink #E9138B

Tints of Deep Pink #E9138B

RGB

 RED value IS 233 (91.41% from 255) = 59.59%

 GREEN value IS 19 (7.81% from 255) = 4.86%

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 59.59%
G = 4.86%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E9138B (or 0xE9138B) is known color: Deep Pink. HEX triplet: E9, 13 and 8B. RGB value is (233,19,139). Sum of RGB (Red+Green+Blue) = 233+19+139=391 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.59% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 233 - color contains mainly: red. Hex color #E9138B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9138B is #16EC74. Grayscale: #606060. Windows color (decimal): -1502325 or 9114601. OLE color: 9114601.

HSL color Cylindrical-coordinate representation of color #E9138B: hue angle of 326.36º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9138B is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 19 139 -
CMYK 0 0.92 0.40 0.09
HSL 326.36º 0.85% 0.49% -
HSV(B) 326.36º 0.92% 0.91% -
XYZ 38.5 19.65 26.19 -
YUV 96.67 151.9 225.24 -
System Red Green Blue C M Y K H S L
Decimal 233 19 139 0 0.92 0.40 0.09 326.36 0.85 0.49
Hex E9 13 8B 0 5C 28 9 146 55 31
Octal 351 23 213 0 134 50 11 506 125 61
Binary 11101001 10011 10001011 0 1011100 101000 1001 101000110 1010101 110001

Color Harmonies of #E9138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9138B

Black with #E9138B

Text Example


Text Example

White with #E9138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9138B; }

 p { color: rgb(233,19,139); }

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

background-color css

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

 a { background-color: rgb(233,19,139); }

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

border-color css

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

 span { border-color: rgb(233,19,139); }

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