Html Css Color HEX #E8047E Deep Pink

📋 copy color: '#E8047E'

red 232 ◦ green 4 ◦ blue 126

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

Shades of Deep Pink #E8047E

Tints of Deep Pink #E8047E

RGB

 RED value IS 232 (91.02% from 255) = 64.09%

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

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 64.09%
G = 1.1%
B = 34.81%

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

#E8047E (or 0xE8047E) is known color: Deep Pink. HEX triplet: E8, 04 and 7E. RGB value is (232,4,126). Sum of RGB (Red+Green+Blue) = 232+4+126=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E8047E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8047E is #17FB81. Grayscale: #555555. Windows color (decimal): -1571714 or 8258792. OLE color: 8258792.

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

Color convert

RGB 232 4 126 -
CMYK 0 0.98 0.46 0.09
HSL 327.89º 0.97% 0.46% -
HSV(B) 327.89º 0.98% 0.91% -
XYZ 37.09 18.75 21.4 -
YUV 86.08 150.54 232.08 -
System Red Green Blue C M Y K H S L
Decimal 232 4 126 0 0.98 0.46 0.09 327.89 0.97 0.46
Hex E8 4 7E 0 62 2E 9 148 61 2E
Octal 350 4 176 0 142 56 11 510 141 56
Binary 11101000 100 1111110 0 1100010 101110 1001 101001000 1100001 101110

Color Harmonies of #E8047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8047E

Black with #E8047E

Text Example


Text Example

White with #E8047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8047E; }

 p { color: rgb(232,4,126); }

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

background-color css

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

 a { background-color: rgb(232,4,126); }

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

border-color css

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

 span { border-color: rgb(232,4,126); }

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