Html Css Color HEX #E74380 Dark Pink

📋 copy color: '#E74380'

red 231 ◦ green 67 ◦ blue 128

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

Shades of Dark Pink #E74380

Tints of Dark Pink #E74380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.73%

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

R = 54.23%
G = 15.73%
B = 30.05%

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

#E74380 (or 0xE74380) is known color: Dark Pink. HEX triplet: E7, 43 and 80. RGB value is (231,67,128). Sum of RGB (Red+Green+Blue) = 231+67+128=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E74380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74380 is #18BC7F. Grayscale: #7A7A7A. Windows color (decimal): -1621120 or 8405991. OLE color: 8405991.

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

Color convert

RGB 231 67 128 -
CMYK 0 0.71 0.45 0.09
HSL 337.68º 0.77% 0.58% -
HSV(B) 337.68º 0.71% 0.91% -
XYZ 38.86 22.56 22.73 -
YUV 122.99 130.83 205.04 -
System Red Green Blue C M Y K H S L
Decimal 231 67 128 0 0.71 0.45 0.09 337.68 0.77 0.58
Hex E7 43 80 0 47 2D 9 152 4D 3A
Octal 347 103 200 0 107 55 11 522 115 72
Binary 11100111 1000011 10000000 0 1000111 101101 1001 101010010 1001101 111010

Color Harmonies of #E74380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74380

Black with #E74380

Text Example


Text Example

White with #E74380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74380; }

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

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

background-color css

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

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

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

border-color css

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

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

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