Html Css Color HEX #E6178A Deep Pink

📋 copy color: '#E6178A'

red 230 ◦ green 23 ◦ blue 138

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

Shades of Deep Pink #E6178A

Tints of Deep Pink #E6178A

RGB

 RED value IS 230 (90.23% from 255) = 58.82%

 GREEN value IS 23 (9.38% from 255) = 5.88%

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

R = 58.82%
G = 5.88%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6178A (or 0xE6178A) is known color: Deep Pink. HEX triplet: E6, 17 and 8A. RGB value is (230,23,138). Sum of RGB (Red+Green+Blue) = 230+23+138=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6178A is #19E875. Grayscale: #616161. Windows color (decimal): -1697910 or 9050086. OLE color: 9050086.

HSL color Cylindrical-coordinate representation of color #E6178A: hue angle of 326.67º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6178A is Cyan = 0, Magento = 0.9, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 23 138 -
CMYK 0 0.9 0.4 0.10
HSL 326.67º 0.82% 0.5% -
HSV(B) 326.67º 0.9% 0.9% -
XYZ 37.53 19.27 25.79 -
YUV 98 150.58 222.15 -
System Red Green Blue C M Y K H S L
Decimal 230 23 138 0 0.9 0.4 0.10 326.67 0.82 0.5
Hex E6 17 8A 0 5A 28 A 147 52 32
Octal 346 27 212 0 132 50 12 507 122 62
Binary 11100110 10111 10001010 0 1011010 101000 1010 101000111 1010010 110010

Color Harmonies of #E6178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6178A

Black with #E6178A

Text Example


Text Example

White with #E6178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6178A; }

 p { color: rgb(230,23,138); }

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

background-color css

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

 a { background-color: rgb(230,23,138); }

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

border-color css

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

 span { border-color: rgb(230,23,138); }

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