Html Css Color HEX #E6407E Dark Pink

📋 copy color: '#E6407E'

red 230 ◦ green 64 ◦ blue 126

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

Shades of Dark Pink #E6407E

Tints of Dark Pink #E6407E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.24%

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

R = 54.76%
G = 15.24%
B = 30%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6407E (or 0xE6407E) is known color: Dark Pink. HEX triplet: E6, 40 and 7E. RGB value is (230,64,126). Sum of RGB (Red+Green+Blue) = 230+64+126=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6407E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6407E is #19BF81. Grayscale: #787878. Windows color (decimal): -1687426 or 8274150. OLE color: 8274150.

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

Color convert

RGB 230 64 126 -
CMYK 0 0.72 0.45 0.10
HSL 337.59º 0.77% 0.58% -
HSV(B) 337.59º 0.72% 0.9% -
XYZ 38.23 22 21.97 -
YUV 120.7 131 205.96 -
System Red Green Blue C M Y K H S L
Decimal 230 64 126 0 0.72 0.45 0.10 337.59 0.77 0.58
Hex E6 40 7E 0 48 2D A 152 4D 3A
Octal 346 100 176 0 110 55 12 522 115 72
Binary 11100110 1000000 1111110 0 1001000 101101 1010 101010010 1001101 111010

Color Harmonies of #E6407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6407E

Black with #E6407E

Text Example


Text Example

White with #E6407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6407E; }

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

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

background-color css

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

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

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

border-color css

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

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

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