Html Css Color HEX #E8098A Deep Pink

📋 copy color: '#E8098A'

red 232 ◦ green 9 ◦ blue 138

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

Shades of Deep Pink #E8098A

Tints of Deep Pink #E8098A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 61.21%
G = 2.37%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E8098A (or 0xE8098A) is known color: Deep Pink. HEX triplet: E8, 09 and 8A. RGB value is (232,9,138). Sum of RGB (Red+Green+Blue) = 232+9+138=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E8098A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8098A is #17F675. Grayscale: #5A5A5A. Windows color (decimal): -1570422 or 9046504. OLE color: 9046504.

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

Color convert

RGB 232 9 138 -
CMYK 0 0.96 0.41 0.09
HSL 325.29º 0.93% 0.47% -
HSV(B) 325.29º 0.96% 0.91% -
XYZ 37.96 19.19 25.75 -
YUV 90.38 154.88 229.01 -
System Red Green Blue C M Y K H S L
Decimal 232 9 138 0 0.96 0.41 0.09 325.29 0.93 0.47
Hex E8 9 8A 0 60 29 9 145 5D 2F
Octal 350 11 212 0 140 51 11 505 135 57
Binary 11101000 1001 10001010 0 1100000 101001 1001 101000101 1011101 101111

Color Harmonies of #E8098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8098A

Black with #E8098A

Text Example


Text Example

White with #E8098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8098A; }

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

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

background-color css

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

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

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

border-color css

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

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

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