Html Css Color HEX #E75682 Dark Pink

📋 copy color: '#E75682'

red 231 ◦ green 86 ◦ blue 130

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

Shades of Dark Pink #E75682

Tints of Dark Pink #E75682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.24%

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

R = 51.68%
G = 19.24%
B = 29.08%

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

#E75682 (or 0xE75682) is known color: Dark Pink. HEX triplet: E7, 56 and 82. RGB value is (231,86,130). Sum of RGB (Red+Green+Blue) = 231+86+130=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E75682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75682 is #18A97D. Grayscale: #868686. Windows color (decimal): -1616254 or 8541927. OLE color: 8541927.

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

Color convert

RGB 231 86 130 -
CMYK 0 0.63 0.44 0.09
HSL 341.79º 0.75% 0.62% -
HSV(B) 341.79º 0.63% 0.91% -
XYZ 40.31 25.26 23.87 -
YUV 134.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 231 86 130 0 0.63 0.44 0.09 341.79 0.75 0.62
Hex E7 56 82 0 3F 2C 9 156 4B 3E
Octal 347 126 202 0 77 54 11 526 113 76
Binary 11100111 1010110 10000010 0 111111 101100 1001 101010110 1001011 111110

Color Harmonies of #E75682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75682

Black with #E75682

Text Example


Text Example

White with #E75682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75682; }

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

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

background-color css

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

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

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

border-color css

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

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

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