Html Css Color HEX #E75482 Dark Pink

📋 copy color: '#E75482'

red 231 ◦ green 84 ◦ blue 130

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

Shades of Dark Pink #E75482

Tints of Dark Pink #E75482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.88%

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

R = 51.91%
G = 18.88%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E75482 (or 0xE75482) is known color: Dark Pink. HEX triplet: E7, 54 and 82. RGB value is (231,84,130). Sum of RGB (Red+Green+Blue) = 231+84+130=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E75482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75482 is #18AB7D. Grayscale: #858585. Windows color (decimal): -1616766 or 8541415. OLE color: 8541415.

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

Color convert

RGB 231 84 130 -
CMYK 0 0.64 0.44 0.09
HSL 341.22º 0.75% 0.62% -
HSV(B) 341.22º 0.64% 0.91% -
XYZ 40.15 24.94 23.82 -
YUV 133.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 231 84 130 0 0.64 0.44 0.09 341.22 0.75 0.62
Hex E7 54 82 0 40 2C 9 155 4B 3E
Octal 347 124 202 0 100 54 11 525 113 76
Binary 11100111 1010100 10000010 0 1000000 101100 1001 101010101 1001011 111110

Color Harmonies of #E75482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75482

Black with #E75482

Text Example


Text Example

White with #E75482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75482; }

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

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

background-color css

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

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

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

border-color css

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

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

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