Html Css Color HEX #E75581 Dark Pink

📋 copy color: '#E75581'

red 231 ◦ green 85 ◦ blue 129

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

Shades of Dark Pink #E75581

Tints of Dark Pink #E75581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.1%

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

R = 51.91%
G = 19.1%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E75581 (or 0xE75581) is known color: Dark Pink. HEX triplet: E7, 55 and 81. RGB value is (231,85,129). Sum of RGB (Red+Green+Blue) = 231+85+129=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E75581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75581 is #18AA7E. Grayscale: #858585. Windows color (decimal): -1616511 or 8476135. OLE color: 8476135.

HSL color Cylindrical-coordinate representation of color #E75581: hue angle of 341.92º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E75581 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 85 129 -
CMYK 0 0.63 0.44 0.09
HSL 341.92º 0.75% 0.62% -
HSV(B) 341.92º 0.63% 0.91% -
XYZ 40.17 25.07 23.49 -
YUV 133.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 231 85 129 0 0.63 0.44 0.09 341.92 0.75 0.62
Hex E7 55 81 0 3F 2C 9 156 4B 3E
Octal 347 125 201 0 77 54 11 526 113 76
Binary 11100111 1010101 10000001 0 111111 101100 1001 101010110 1001011 111110

Color Harmonies of #E75581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75581

Black with #E75581

Text Example


Text Example

White with #E75581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75581; }

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

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

background-color css

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

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

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

border-color css

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

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

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