Html Css Color HEX #E74E7A Dark Pink

📋 copy color: '#E74E7A'

red 231 ◦ green 78 ◦ blue 122

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

Shades of Dark Pink #E74E7A

Tints of Dark Pink #E74E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.31%

R = 53.6%
G = 18.1%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E74E7A (or 0xE74E7A) is known color: Dark Pink. HEX triplet: E7, 4E and 7A. RGB value is (231,78,122). Sum of RGB (Red+Green+Blue) = 231+78+122=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74E7A is #18B185. Grayscale: #808080. Windows color (decimal): -1618310 or 8015591. OLE color: 8015591.

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

Color convert

RGB 231 78 122 -
CMYK 0 0.66 0.47 0.09
HSL 342.75º 0.76% 0.61% -
HSV(B) 342.75º 0.66% 0.91% -
XYZ 39.19 23.84 20.95 -
YUV 128.76 124.19 200.92 -
System Red Green Blue C M Y K H S L
Decimal 231 78 122 0 0.66 0.47 0.09 342.75 0.76 0.61
Hex E7 4E 7A 0 42 2F 9 157 4C 3D
Octal 347 116 172 0 102 57 11 527 114 75
Binary 11100111 1001110 1111010 0 1000010 101111 1001 101010111 1001100 111101

Color Harmonies of #E74E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74E7A

Black with #E74E7A

Text Example


Text Example

White with #E74E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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