Html Css Color HEX #E74F83 Dark Pink

📋 copy color: '#E74F83'

red 231 ◦ green 79 ◦ blue 131

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

Shades of Dark Pink #E74F83

Tints of Dark Pink #E74F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.71%

R = 52.38%
G = 17.91%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E74F83 (or 0xE74F83) is known color: Dark Pink. HEX triplet: E7, 4F and 83. RGB value is (231,79,131). Sum of RGB (Red+Green+Blue) = 231+79+131=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74F83 is #18B07C. Grayscale: #828282. Windows color (decimal): -1618045 or 8605671. OLE color: 8605671.

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

Color convert

RGB 231 79 131 -
CMYK 0 0.66 0.43 0.09
HSL 339.47º 0.76% 0.61% -
HSV(B) 339.47º 0.66% 0.91% -
XYZ 39.85 24.22 24.05 -
YUV 130.38 128.36 199.77 -
System Red Green Blue C M Y K H S L
Decimal 231 79 131 0 0.66 0.43 0.09 339.47 0.76 0.61
Hex E7 4F 83 0 42 2B 9 153 4C 3D
Octal 347 117 203 0 102 53 11 523 114 75
Binary 11100111 1001111 10000011 0 1000010 101011 1001 101010011 1001100 111101

Color Harmonies of #E74F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74F83

Black with #E74F83

Text Example


Text Example

White with #E74F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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