Html Css Color HEX #E74F75 Dark Pink

📋 copy color: '#E74F75'

red 231 ◦ green 79 ◦ blue 117

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

Shades of Dark Pink #E74F75

Tints of Dark Pink #E74F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 54.1%
G = 18.5%
B = 27.4%

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

#E74F75 (or 0xE74F75) is known color: Dark Pink. HEX triplet: E7, 4F and 75. RGB value is (231,79,117). Sum of RGB (Red+Green+Blue) = 231+79+117=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74F75 is #18B08A. Grayscale: #808080. Windows color (decimal): -1618059 or 7688167. OLE color: 7688167.

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

Color convert

RGB 231 79 117 -
CMYK 0 0.66 0.49 0.09
HSL 345º 0.76% 0.61% -
HSV(B) 345º 0.66% 0.91% -
XYZ 38.96 23.87 19.38 -
YUV 128.78 121.36 200.91 -
System Red Green Blue C M Y K H S L
Decimal 231 79 117 0 0.66 0.49 0.09 345 0.76 0.61
Hex E7 4F 75 0 42 31 9 159 4C 3D
Octal 347 117 165 0 102 61 11 531 114 75
Binary 11100111 1001111 1110101 0 1000010 110001 1001 101011001 1001100 111101

Color Harmonies of #E74F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74F75

Black with #E74F75

Text Example


Text Example

White with #E74F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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