Html Css Color HEX #E8097D Deep Pink

📋 copy color: '#E8097D'

red 232 ◦ green 9 ◦ blue 125

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

Shades of Deep Pink #E8097D

Tints of Deep Pink #E8097D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.46%

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

R = 63.39%
G = 2.46%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8097D (or 0xE8097D) is known color: Deep Pink. HEX triplet: E8, 09 and 7D. RGB value is (232,9,125). Sum of RGB (Red+Green+Blue) = 232+9+125=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E8097D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8097D is #17F682. Grayscale: #585858. Windows color (decimal): -1570435 or 8194536. OLE color: 8194536.

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

Color convert

RGB 232 9 125 -
CMYK 0 0.96 0.46 0.09
HSL 328.79º 0.93% 0.47% -
HSV(B) 328.79º 0.96% 0.91% -
XYZ 37.08 18.83 21.08 -
YUV 88.9 148.38 230.07 -
System Red Green Blue C M Y K H S L
Decimal 232 9 125 0 0.96 0.46 0.09 328.79 0.93 0.47
Hex E8 9 7D 0 60 2E 9 149 5D 2F
Octal 350 11 175 0 140 56 11 511 135 57
Binary 11101000 1001 1111101 0 1100000 101110 1001 101001001 1011101 101111

Color Harmonies of #E8097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8097D

Black with #E8097D

Text Example


Text Example

White with #E8097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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