Html Css Color HEX #E74280 Dark Pink

📋 copy color: '#E74280'

red 231 ◦ green 66 ◦ blue 128

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

Shades of Dark Pink #E74280

Tints of Dark Pink #E74280

RGB

 RED value IS 231 (90.63% from 255) = 54.35%

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

 BLUE value IS 128 (50.39% from 255) = 30.12%

R = 54.35%
G = 15.53%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E74280 (or 0xE74280) is known color: Dark Pink. HEX triplet: E7, 42 and 80. RGB value is (231,66,128). Sum of RGB (Red+Green+Blue) = 231+66+128=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E74280 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74280 is #18BD7F. Grayscale: #7A7A7A. Windows color (decimal): -1621376 or 8405735. OLE color: 8405735.

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

Color convert

RGB 231 66 128 -
CMYK 0 0.71 0.45 0.09
HSL 337.45º 0.77% 0.58% -
HSV(B) 337.45º 0.71% 0.91% -
XYZ 38.8 22.44 22.71 -
YUV 122.4 131.16 205.46 -
System Red Green Blue C M Y K H S L
Decimal 231 66 128 0 0.71 0.45 0.09 337.45 0.77 0.58
Hex E7 42 80 0 47 2D 9 151 4D 3A
Octal 347 102 200 0 107 55 11 521 115 72
Binary 11100111 1000010 10000000 0 1000111 101101 1001 101010001 1001101 111010

Color Harmonies of #E74280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74280

Black with #E74280

Text Example


Text Example

White with #E74280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74280; }

 p { color: rgb(231,66,128); }

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

background-color css

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

 a { background-color: rgb(231,66,128); }

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

border-color css

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

 span { border-color: rgb(231,66,128); }

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