Html Css Color HEX #E6427D Dark Pink

📋 copy color: '#E6427D'

red 230 ◦ green 66 ◦ blue 125

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

Shades of Dark Pink #E6427D

Tints of Dark Pink #E6427D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.68%

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 54.63%
G = 15.68%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6427D (or 0xE6427D) is known color: Dark Pink. HEX triplet: E6, 42 and 7D. RGB value is (230,66,125). Sum of RGB (Red+Green+Blue) = 230+66+125=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6427D is #19BD82. Grayscale: #797979. Windows color (decimal): -1686915 or 8209126. OLE color: 8209126.

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

Color convert

RGB 230 66 125 -
CMYK 0 0.71 0.46 0.10
HSL 338.41º 0.77% 0.58% -
HSV(B) 338.41º 0.71% 0.9% -
XYZ 38.28 22.2 21.67 -
YUV 121.76 129.83 205.2 -
System Red Green Blue C M Y K H S L
Decimal 230 66 125 0 0.71 0.46 0.10 338.41 0.77 0.58
Hex E6 42 7D 0 47 2E A 152 4D 3A
Octal 346 102 175 0 107 56 12 522 115 72
Binary 11100110 1000010 1111101 0 1000111 101110 1010 101010010 1001101 111010

Color Harmonies of #E6427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6427D

Black with #E6427D

Text Example


Text Example

White with #E6427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6427D; }

 p { color: rgb(230,66,125); }

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

background-color css

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

 a { background-color: rgb(230,66,125); }

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

border-color css

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

 span { border-color: rgb(230,66,125); }

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