Html Css Color HEX #E8087D Deep Pink

📋 copy color: '#E8087D'

red 232 ◦ green 8 ◦ blue 125

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

Shades of Deep Pink #E8087D

Tints of Deep Pink #E8087D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

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

R = 63.56%
G = 2.19%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8087D (or 0xE8087D) is known color: Deep Pink. HEX triplet: E8, 08 and 7D. RGB value is (232,8,125). Sum of RGB (Red+Green+Blue) = 232+8+125=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E8087D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8087D is #17F782. Grayscale: #585858. Windows color (decimal): -1570691 or 8194280. OLE color: 8194280.

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

Color convert

RGB 232 8 125 -
CMYK 0 0.97 0.46 0.09
HSL 328.66º 0.93% 0.47% -
HSV(B) 328.66º 0.97% 0.91% -
XYZ 37.07 18.81 21.08 -
YUV 88.31 148.71 230.49 -
System Red Green Blue C M Y K H S L
Decimal 232 8 125 0 0.97 0.46 0.09 328.66 0.93 0.47
Hex E8 8 7D 0 61 2E 9 149 5D 2F
Octal 350 10 175 0 141 56 11 511 135 57
Binary 11101000 1000 1111101 0 1100001 101110 1001 101001001 1011101 101111

Color Harmonies of #E8087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8087D

Black with #E8087D

Text Example


Text Example

White with #E8087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8087D; }

 p { color: rgb(232,8,125); }

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

background-color css

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

 a { background-color: rgb(232,8,125); }

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

border-color css

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

 span { border-color: rgb(232,8,125); }

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