Html Css Color HEX #E9047D Deep Pink

📋 copy color: '#E9047D'

red 233 ◦ green 4 ◦ blue 125

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

Shades of Deep Pink #E9047D

Tints of Deep Pink #E9047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 64.36%
G = 1.1%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E9047D (or 0xE9047D) is known color: Deep Pink. HEX triplet: E9, 04 and 7D. RGB value is (233,4,125). Sum of RGB (Red+Green+Blue) = 233+4+125=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E9047D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9047D is #16FB82. Grayscale: #565656. Windows color (decimal): -1506179 or 8193257. OLE color: 8193257.

HSL color Cylindrical-coordinate representation of color #E9047D: hue angle of 328.3º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9047D is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 4 125 -
CMYK 0 0.98 0.46 0.09
HSL 328.3º 0.97% 0.46% -
HSV(B) 328.3º 0.98% 0.91% -
XYZ 37.35 18.89 21.08 -
YUV 86.27 149.87 232.66 -
System Red Green Blue C M Y K H S L
Decimal 233 4 125 0 0.98 0.46 0.09 328.3 0.97 0.46
Hex E9 4 7D 0 62 2E 9 148 61 2E
Octal 351 4 175 0 142 56 11 510 141 56
Binary 11101001 100 1111101 0 1100010 101110 1001 101001000 1100001 101110

Color Harmonies of #E9047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9047D

Black with #E9047D

Text Example


Text Example

White with #E9047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9047D; }

 p { color: rgb(233,4,125); }

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

background-color css

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

 a { background-color: rgb(233,4,125); }

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

border-color css

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

 span { border-color: rgb(233,4,125); }

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