Html Css Color HEX #E74480 Dark Pink

📋 copy color: '#E74480'

red 231 ◦ green 68 ◦ blue 128

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

Shades of Dark Pink #E74480

Tints of Dark Pink #E74480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.93%

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

R = 54.1%
G = 15.93%
B = 29.98%

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

#E74480 (or 0xE74480) is known color: Dark Pink. HEX triplet: E7, 44 and 80. RGB value is (231,68,128). Sum of RGB (Red+Green+Blue) = 231+68+128=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E74480 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74480 is #18BB7F. Grayscale: #7B7B7B. Windows color (decimal): -1620864 or 8406247. OLE color: 8406247.

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

Color convert

RGB 231 68 128 -
CMYK 0 0.71 0.45 0.09
HSL 337.91º 0.77% 0.59% -
HSV(B) 337.91º 0.71% 0.91% -
XYZ 38.92 22.68 22.75 -
YUV 123.58 130.5 204.62 -
System Red Green Blue C M Y K H S L
Decimal 231 68 128 0 0.71 0.45 0.09 337.91 0.77 0.59
Hex E7 44 80 0 47 2D 9 152 4D 3B
Octal 347 104 200 0 107 55 11 522 115 73
Binary 11100111 1000100 10000000 0 1000111 101101 1001 101010010 1001101 111011

Color Harmonies of #E74480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74480

Black with #E74480

Text Example


Text Example

White with #E74480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74480; }

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

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

background-color css

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

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

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

border-color css

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

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

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