Html Css Color HEX #E75181 Dark Pink

📋 copy color: '#E75181'

red 231 ◦ green 81 ◦ blue 129

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

Shades of Dark Pink #E75181

Tints of Dark Pink #E75181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.25%

R = 52.38%
G = 18.37%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E75181 (or 0xE75181) is known color: Dark Pink. HEX triplet: E7, 51 and 81. RGB value is (231,81,129). Sum of RGB (Red+Green+Blue) = 231+81+129=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E75181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75181 is #18AE7E. Grayscale: #838383. Windows color (decimal): -1617535 or 8475111. OLE color: 8475111.

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

Color convert

RGB 231 81 129 -
CMYK 0 0.65 0.44 0.09
HSL 340.8º 0.76% 0.61% -
HSV(B) 340.8º 0.65% 0.91% -
XYZ 39.86 24.46 23.39 -
YUV 131.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 231 81 129 0 0.65 0.44 0.09 340.8 0.76 0.61
Hex E7 51 81 0 41 2C 9 155 4C 3D
Octal 347 121 201 0 101 54 11 525 114 75
Binary 11100111 1010001 10000001 0 1000001 101100 1001 101010101 1001100 111101

Color Harmonies of #E75181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75181

Black with #E75181

Text Example


Text Example

White with #E75181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75181; }

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

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

background-color css

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

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

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

border-color css

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

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

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