Html Css Color HEX #E74F81 Dark Pink

📋 copy color: '#E74F81'

red 231 ◦ green 79 ◦ blue 129

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

Shades of Dark Pink #E74F81

Tints of Dark Pink #E74F81

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18%

 BLUE value IS 129 (50.78% from 255) = 29.38%

R = 52.62%
G = 18%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E74F81 (or 0xE74F81) is known color: Dark Pink. HEX triplet: E7, 4F and 81. RGB value is (231,79,129). Sum of RGB (Red+Green+Blue) = 231+79+129=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74F81 is #18B07E. Grayscale: #828282. Windows color (decimal): -1618047 or 8474599. OLE color: 8474599.

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

Color convert

RGB 231 79 129 -
CMYK 0 0.66 0.44 0.09
HSL 340.26º 0.76% 0.61% -
HSV(B) 340.26º 0.66% 0.91% -
XYZ 39.71 24.17 23.34 -
YUV 130.15 127.36 199.93 -
System Red Green Blue C M Y K H S L
Decimal 231 79 129 0 0.66 0.44 0.09 340.26 0.76 0.61
Hex E7 4F 81 0 42 2C 9 154 4C 3D
Octal 347 117 201 0 102 54 11 524 114 75
Binary 11100111 1001111 10000001 0 1000010 101100 1001 101010100 1001100 111101

Color Harmonies of #E74F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74F81

Black with #E74F81

Text Example


Text Example

White with #E74F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74F81; }

 p { color: rgb(231,79,129); }

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

background-color css

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

 a { background-color: rgb(231,79,129); }

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

border-color css

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

 span { border-color: rgb(231,79,129); }

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