Html Css Color HEX #E6117E Deep Pink

📋 copy color: '#E6117E'

red 230 ◦ green 17 ◦ blue 126

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

Shades of Deep Pink #E6117E

Tints of Deep Pink #E6117E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.56%

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

R = 61.66%
G = 4.56%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6117E (or 0xE6117E) is known color: Deep Pink. HEX triplet: E6, 11 and 7E. RGB value is (230,17,126). Sum of RGB (Red+Green+Blue) = 230+17+126=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E6117E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6117E is #19EE81. Grayscale: #5C5C5C. Windows color (decimal): -1699458 or 8262118. OLE color: 8262118.

HSL color Cylindrical-coordinate representation of color #E6117E: hue angle of 329.3º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6117E is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 17 126 -
CMYK 0 0.93 0.45 0.10
HSL 329.3º 0.86% 0.48% -
HSV(B) 329.3º 0.93% 0.9% -
XYZ 36.6 18.73 21.42 -
YUV 93.11 146.57 225.64 -
System Red Green Blue C M Y K H S L
Decimal 230 17 126 0 0.93 0.45 0.10 329.3 0.86 0.48
Hex E6 11 7E 0 5D 2D A 149 56 30
Octal 346 21 176 0 135 55 12 511 126 60
Binary 11100110 10001 1111110 0 1011101 101101 1010 101001001 1010110 110000

Color Harmonies of #E6117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6117E

Black with #E6117E

Text Example


Text Example

White with #E6117E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6117E; }

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

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

background-color css

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

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

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

border-color css

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

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

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