Html Css Color HEX #E74D8A Dark Pink

📋 copy color: '#E74D8A'

red 231 ◦ green 77 ◦ blue 138

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

Shades of Dark Pink #E74D8A

Tints of Dark Pink #E74D8A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

 BLUE value IS 138 (54.3% from 255) = 30.94%

R = 51.79%
G = 17.26%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E74D8A (or 0xE74D8A) is known color: Dark Pink. HEX triplet: E7, 4D and 8A. RGB value is (231,77,138). Sum of RGB (Red+Green+Blue) = 231+77+138=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74D8A is #18B275. Grayscale: #818181. Windows color (decimal): -1618550 or 9063911. OLE color: 9063911.

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

Color convert

RGB 231 77 138 -
CMYK 0 0.67 0.40 0.09
HSL 336.23º 0.76% 0.6% -
HSV(B) 336.23º 0.67% 0.91% -
XYZ 40.2 24.13 26.58 -
YUV 130 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 231 77 138 0 0.67 0.40 0.09 336.23 0.76 0.6
Hex E7 4D 8A 0 43 28 9 150 4C 3C
Octal 347 115 212 0 103 50 11 520 114 74
Binary 11100111 1001101 10001010 0 1000011 101000 1001 101010000 1001100 111100

Color Harmonies of #E74D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74D8A

Black with #E74D8A

Text Example


Text Example

White with #E74D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74D8A; }

 p { color: rgb(231,77,138); }

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

background-color css

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

 a { background-color: rgb(231,77,138); }

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

border-color css

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

 span { border-color: rgb(231,77,138); }

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