Html Css Color HEX #E75582 Dark Pink

📋 copy color: '#E75582'

red 231 ◦ green 85 ◦ blue 130

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

Shades of Dark Pink #E75582

Tints of Dark Pink #E75582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.15%

R = 51.79%
G = 19.06%
B = 29.15%

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

#E75582 (or 0xE75582) is known color: Dark Pink. HEX triplet: E7, 55 and 82. RGB value is (231,85,130). Sum of RGB (Red+Green+Blue) = 231+85+130=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E75582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75582 is #18AA7D. Grayscale: #858585. Windows color (decimal): -1616510 or 8541671. OLE color: 8541671.

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

Color convert

RGB 231 85 130 -
CMYK 0 0.63 0.44 0.09
HSL 341.51º 0.75% 0.62% -
HSV(B) 341.51º 0.63% 0.91% -
XYZ 40.23 25.1 23.84 -
YUV 133.78 125.87 197.34 -
System Red Green Blue C M Y K H S L
Decimal 231 85 130 0 0.63 0.44 0.09 341.51 0.75 0.62
Hex E7 55 82 0 3F 2C 9 156 4B 3E
Octal 347 125 202 0 77 54 11 526 113 76
Binary 11100111 1010101 10000010 0 111111 101100 1001 101010110 1001011 111110

Color Harmonies of #E75582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75582

Black with #E75582

Text Example


Text Example

White with #E75582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75582; }

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

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

background-color css

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

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

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

border-color css

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

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

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