Html Css Color HEX #E8007E Deep Pink

📋 copy color: '#E8007E'

red 232 ◦ green 0 ◦ blue 126

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

Shades of Deep Pink #E8007E

Tints of Deep Pink #E8007E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.8%
G = 0%
B = 35.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8007E (or 0xE8007E) is known color: Deep Pink. HEX triplet: E8, 00 and 7E. RGB value is (232,0,126). Sum of RGB (Red+Green+Blue) = 232+0+126=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E8007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8007E is #17FF81. Grayscale: #535353. Windows color (decimal): -1572738 or 8257768. OLE color: 8257768.

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

Color convert

RGB 232 0 126 -
CMYK 0 1 0.46 0.09
HSL 327.41º 1% 0.45% -
HSV(B) 327.41º 1% 0.91% -
XYZ 37.04 18.66 21.39 -
YUV 83.73 151.86 233.75 -
System Red Green Blue C M Y K H S L
Decimal 232 0 126 0 1 0.46 0.09 327.41 1 0.45
Hex E8 0 7E 0 64 2E 9 147 64 2D
Octal 350 0 176 0 144 56 11 507 144 55
Binary 11101000 0 1111110 0 1100100 101110 1001 101000111 1100100 101101

Color Harmonies of #E8007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8007E

Black with #E8007E

Text Example


Text Example

White with #E8007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8007E; }

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

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

background-color css

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

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

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

border-color css

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

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

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