Html Css Color HEX #E74E76 Dark Pink

📋 copy color: '#E74E76'

red 231 ◦ green 78 ◦ blue 118

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

Shades of Dark Pink #E74E76

Tints of Dark Pink #E74E76

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.27%

 BLUE value IS 118 (46.48% from 255) = 27.63%

R = 54.1%
G = 18.27%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E74E76 (or 0xE74E76) is known color: Dark Pink. HEX triplet: E7, 4E and 76. RGB value is (231,78,118). Sum of RGB (Red+Green+Blue) = 231+78+118=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74E76 is #18B189. Grayscale: #808080. Windows color (decimal): -1618314 or 7753447. OLE color: 7753447.

HSL color Cylindrical-coordinate representation of color #E74E76: hue angle of 344.31º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74E76 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 78 118 -
CMYK 0 0.66 0.49 0.09
HSL 344.31º 0.76% 0.61% -
HSV(B) 344.31º 0.66% 0.91% -
XYZ 38.95 23.75 19.67 -
YUV 128.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 231 78 118 0 0.66 0.49 0.09 344.31 0.76 0.61
Hex E7 4E 76 0 42 31 9 158 4C 3D
Octal 347 116 166 0 102 61 11 530 114 75
Binary 11100111 1001110 1110110 0 1000010 110001 1001 101011000 1001100 111101

Color Harmonies of #E74E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74E76

Black with #E74E76

Text Example


Text Example

White with #E74E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74E76; }

 p { color: rgb(231,78,118); }

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

background-color css

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

 a { background-color: rgb(231,78,118); }

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

border-color css

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

 span { border-color: rgb(231,78,118); }

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