Html Css Color HEX #E75C76 Dark Pink

📋 copy color: '#E75C76'

red 231 ◦ green 92 ◦ blue 118

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

Shades of Dark Pink #E75C76

Tints of Dark Pink #E75C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.76%

R = 52.38%
G = 20.86%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E75C76 (or 0xE75C76) is known color: Dark Pink. HEX triplet: E7, 5C and 76. RGB value is (231,92,118). Sum of RGB (Red+Green+Blue) = 231+92+118=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75C76 is #18A389. Grayscale: #888888. Windows color (decimal): -1614730 or 7757031. OLE color: 7757031.

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

Color convert

RGB 231 92 118 -
CMYK 0 0.60 0.49 0.09
HSL 348.78º 0.74% 0.63% -
HSV(B) 348.78º 0.6% 0.91% -
XYZ 40.05 25.95 20.04 -
YUV 136.53 117.55 195.39 -
System Red Green Blue C M Y K H S L
Decimal 231 92 118 0 0.60 0.49 0.09 348.78 0.74 0.63
Hex E7 5C 76 0 3C 31 9 15D 4A 3F
Octal 347 134 166 0 74 61 11 535 112 77
Binary 11100111 1011100 1110110 0 111100 110001 1001 101011101 1001010 111111

Color Harmonies of #E75C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75C76

Black with #E75C76

Text Example


Text Example

White with #E75C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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