Html Css Color HEX #E9138F Deep Pink

📋 copy color: '#E9138F'

red 233 ◦ green 19 ◦ blue 143

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

Shades of Deep Pink #E9138F

Tints of Deep Pink #E9138F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 58.99%
G = 4.81%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E9138F (or 0xE9138F) is known color: Deep Pink. HEX triplet: E9, 13 and 8F. RGB value is (233,19,143). Sum of RGB (Red+Green+Blue) = 233+19+143=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E9138F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9138F is #16EC70. Grayscale: #606060. Windows color (decimal): -1502321 or 9376745. OLE color: 9376745.

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

Color convert

RGB 233 19 143 -
CMYK 0 0.92 0.39 0.09
HSL 325.23º 0.85% 0.49% -
HSV(B) 325.23º 0.92% 0.91% -
XYZ 38.8 19.77 27.76 -
YUV 97.12 153.9 224.92 -
System Red Green Blue C M Y K H S L
Decimal 233 19 143 0 0.92 0.39 0.09 325.23 0.85 0.49
Hex E9 13 8F 0 5C 27 9 145 55 31
Octal 351 23 217 0 134 47 11 505 125 61
Binary 11101001 10011 10001111 0 1011100 100111 1001 101000101 1010101 110001

Color Harmonies of #E9138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9138F

Black with #E9138F

Text Example


Text Example

White with #E9138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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