Html Css Color HEX #E75176 Dark Pink

📋 copy color: '#E75176'

red 231 ◦ green 81 ◦ blue 118

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

Shades of Dark Pink #E75176

Tints of Dark Pink #E75176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.84%

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

R = 53.72%
G = 18.84%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E75176 (or 0xE75176) is known color: Dark Pink. HEX triplet: E7, 51 and 76. RGB value is (231,81,118). Sum of RGB (Red+Green+Blue) = 231+81+118=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E75176 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75176 is #18AE89. Grayscale: #828282. Windows color (decimal): -1617546 or 7754215. OLE color: 7754215.

HSL color Cylindrical-coordinate representation of color #E75176: hue angle of 345.2º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E75176 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 81 118 -
CMYK 0 0.65 0.49 0.09
HSL 345.2º 0.76% 0.61% -
HSV(B) 345.2º 0.65% 0.91% -
XYZ 39.17 24.18 19.74 -
YUV 130.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 231 81 118 0 0.65 0.49 0.09 345.2 0.76 0.61
Hex E7 51 76 0 41 31 9 159 4C 3D
Octal 347 121 166 0 101 61 11 531 114 75
Binary 11100111 1010001 1110110 0 1000001 110001 1001 101011001 1001100 111101

Color Harmonies of #E75176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75176

Black with #E75176

Text Example


Text Example

White with #E75176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75176; }

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

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

background-color css

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

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

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

border-color css

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

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

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