Html Css Color HEX #E9128D Deep Pink

📋 copy color: '#E9128D'

red 233 ◦ green 18 ◦ blue 141

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

Shades of Deep Pink #E9128D

Tints of Deep Pink #E9128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.59%

 BLUE value IS 141 (55.47% from 255) = 35.97%

R = 59.44%
G = 4.59%
B = 35.97%

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

#E9128D (or 0xE9128D) is known color: Deep Pink. HEX triplet: E9, 12 and 8D. RGB value is (233,18,141). Sum of RGB (Red+Green+Blue) = 233+18+141=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E9128D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9128D is #16ED72. Grayscale: #606060. Windows color (decimal): -1502579 or 9245417. OLE color: 9245417.

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

Color convert

RGB 233 18 141 -
CMYK 0 0.92 0.39 0.09
HSL 325.67º 0.86% 0.49% -
HSV(B) 325.67º 0.92% 0.91% -
XYZ 38.63 19.68 26.96 -
YUV 96.31 153.23 225.5 -
System Red Green Blue C M Y K H S L
Decimal 233 18 141 0 0.92 0.39 0.09 325.67 0.86 0.49
Hex E9 12 8D 0 5C 27 9 146 56 31
Octal 351 22 215 0 134 47 11 506 126 61
Binary 11101001 10010 10001101 0 1011100 100111 1001 101000110 1010110 110001

Color Harmonies of #E9128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9128D

Black with #E9128D

Text Example


Text Example

White with #E9128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9128D; }

 p { color: rgb(233,18,141); }

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

background-color css

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

 a { background-color: rgb(233,18,141); }

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

border-color css

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

 span { border-color: rgb(233,18,141); }

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