Html Css Color HEX #E6128F Deep Pink

📋 copy color: '#E6128F'

red 230 ◦ green 18 ◦ blue 143

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

Shades of Deep Pink #E6128F

Tints of Deep Pink #E6128F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.6%

 BLUE value IS 143 (56.25% from 255) = 36.57%

R = 58.82%
G = 4.6%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6128F (or 0xE6128F) is known color: Deep Pink. HEX triplet: E6, 12 and 8F. RGB value is (230,18,143). Sum of RGB (Red+Green+Blue) = 230+18+143=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6128F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6128F is #19ED70. Grayscale: #5F5F5F. Windows color (decimal): -1699185 or 9376486. OLE color: 9376486.

HSL color Cylindrical-coordinate representation of color #E6128F: hue angle of 324.62º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6128F is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 18 143 -
CMYK 0 0.92 0.38 0.10
HSL 324.62º 0.85% 0.49% -
HSV(B) 324.62º 0.92% 0.9% -
XYZ 37.81 19.24 27.71 -
YUV 95.64 154.74 223.84 -
System Red Green Blue C M Y K H S L
Decimal 230 18 143 0 0.92 0.38 0.10 324.62 0.85 0.49
Hex E6 12 8F 0 5C 26 A 145 55 31
Octal 346 22 217 0 134 46 12 505 125 61
Binary 11100110 10010 10001111 0 1011100 100110 1010 101000101 1010101 110001

Color Harmonies of #E6128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6128F

Black with #E6128F

Text Example


Text Example

White with #E6128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6128F; }

 p { color: rgb(230,18,143); }

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

background-color css

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

 a { background-color: rgb(230,18,143); }

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

border-color css

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

 span { border-color: rgb(230,18,143); }

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