Html Css Color HEX #E6127F Deep Pink

📋 copy color: '#E6127F'

red 230 ◦ green 18 ◦ blue 127

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

Shades of Deep Pink #E6127F

Tints of Deep Pink #E6127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.87%

R = 61.33%
G = 4.8%
B = 33.87%

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

#E6127F (or 0xE6127F) is known color: Deep Pink. HEX triplet: E6, 12 and 7F. RGB value is (230,18,127). Sum of RGB (Red+Green+Blue) = 230+18+127=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E6127F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6127F is #19ED80. Grayscale: #5D5D5D. Windows color (decimal): -1699201 or 8327910. OLE color: 8327910.

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

Color convert

RGB 230 18 127 -
CMYK 0 0.92 0.45 0.10
HSL 329.15º 0.85% 0.49% -
HSV(B) 329.15º 0.92% 0.9% -
XYZ 36.68 18.79 21.77 -
YUV 93.81 146.74 225.14 -
System Red Green Blue C M Y K H S L
Decimal 230 18 127 0 0.92 0.45 0.10 329.15 0.85 0.49
Hex E6 12 7F 0 5C 2D A 149 55 31
Octal 346 22 177 0 134 55 12 511 125 61
Binary 11100110 10010 1111111 0 1011100 101101 1010 101001001 1010101 110001

Color Harmonies of #E6127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6127F

Black with #E6127F

Text Example


Text Example

White with #E6127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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