Html Css Color HEX #E75C79 Dark Pink

📋 copy color: '#E75C79'

red 231 ◦ green 92 ◦ blue 121

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

Shades of Dark Pink #E75C79

Tints of Dark Pink #E75C79

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.72%

 BLUE value IS 121 (47.66% from 255) = 27.25%

R = 52.03%
G = 20.72%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E75C79 (or 0xE75C79) is known color: Dark Pink. HEX triplet: E7, 5C and 79. RGB value is (231,92,121). Sum of RGB (Red+Green+Blue) = 231+92+121=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75C79 is #18A386. Grayscale: #888888. Windows color (decimal): -1614727 or 7953639. OLE color: 7953639.

HSL color Cylindrical-coordinate representation of color #E75C79: hue angle of 347.48º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75C79 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 92 121 -
CMYK 0 0.60 0.48 0.09
HSL 347.48º 0.74% 0.63% -
HSV(B) 347.48º 0.6% 0.91% -
XYZ 40.23 26.02 20.99 -
YUV 136.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 231 92 121 0 0.60 0.48 0.09 347.48 0.74 0.63
Hex E7 5C 79 0 3C 30 9 15B 4A 3F
Octal 347 134 171 0 74 60 11 533 112 77
Binary 11100111 1011100 1111001 0 111100 110000 1001 101011011 1001010 111111

Color Harmonies of #E75C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75C79

Black with #E75C79

Text Example


Text Example

White with #E75C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75C79; }

 p { color: rgb(231,92,121); }

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

background-color css

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

 a { background-color: rgb(231,92,121); }

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

border-color css

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

 span { border-color: rgb(231,92,121); }

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