Html Css Color HEX #E9047F Deep Pink

📋 copy color: '#E9047F'

red 233 ◦ green 4 ◦ blue 127

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

Shades of Deep Pink #E9047F

Tints of Deep Pink #E9047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.89%

R = 64.01%
G = 1.1%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E9047F (or 0xE9047F) is known color: Deep Pink. HEX triplet: E9, 04 and 7F. RGB value is (233,4,127). Sum of RGB (Red+Green+Blue) = 233+4+127=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E9047F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9047F is #16FB80. Grayscale: #565656. Windows color (decimal): -1506177 or 8324329. OLE color: 8324329.

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

Color convert

RGB 233 4 127 -
CMYK 0 0.98 0.45 0.09
HSL 327.77º 0.97% 0.46% -
HSV(B) 327.77º 0.98% 0.91% -
XYZ 37.48 18.94 21.76 -
YUV 86.49 150.87 232.5 -
System Red Green Blue C M Y K H S L
Decimal 233 4 127 0 0.98 0.45 0.09 327.77 0.97 0.46
Hex E9 4 7F 0 62 2D 9 148 61 2E
Octal 351 4 177 0 142 55 11 510 141 56
Binary 11101001 100 1111111 0 1100010 101101 1001 101001000 1100001 101110

Color Harmonies of #E9047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9047F

Black with #E9047F

Text Example


Text Example

White with #E9047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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