Html Css Color HEX #E6137E Deep Pink

📋 copy color: '#E6137E'

red 230 ◦ green 19 ◦ blue 126

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

Shades of Deep Pink #E6137E

Tints of Deep Pink #E6137E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.07%

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 61.33%
G = 5.07%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6137E (or 0xE6137E) is known color: Deep Pink. HEX triplet: E6, 13 and 7E. RGB value is (230,19,126). Sum of RGB (Red+Green+Blue) = 230+19+126=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E6137E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6137E is #19EC81. Grayscale: #5E5E5E. Windows color (decimal): -1698946 or 8262630. OLE color: 8262630.

HSL color Cylindrical-coordinate representation of color #E6137E: hue angle of 329.57º 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 #E6137E is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 19 126 -
CMYK 0 0.92 0.45 0.10
HSL 329.57º 0.85% 0.49% -
HSV(B) 329.57º 0.92% 0.9% -
XYZ 36.63 18.8 21.44 -
YUV 94.29 145.9 224.8 -
System Red Green Blue C M Y K H S L
Decimal 230 19 126 0 0.92 0.45 0.10 329.57 0.85 0.49
Hex E6 13 7E 0 5C 2D A 14A 55 31
Octal 346 23 176 0 134 55 12 512 125 61
Binary 11100110 10011 1111110 0 1011100 101101 1010 101001010 1010101 110001

Color Harmonies of #E6137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6137E

Black with #E6137E

Text Example


Text Example

White with #E6137E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6137E; }

 p { color: rgb(230,19,126); }

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

background-color css

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

 a { background-color: rgb(230,19,126); }

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

border-color css

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

 span { border-color: rgb(230,19,126); }

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