Html Css Color HEX #E95482 Dark Pink

📋 copy color: '#E95482'

red 233 ◦ green 84 ◦ blue 130

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

Shades of Dark Pink #E95482

Tints of Dark Pink #E95482

RGB

 RED value IS 233 (91.41% from 255) = 52.13%

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

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

R = 52.13%
G = 18.79%
B = 29.08%

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

#E95482 (or 0xE95482) is known color: Dark Pink. HEX triplet: E9, 54 and 82. RGB value is (233,84,130). Sum of RGB (Red+Green+Blue) = 233+84+130=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E95482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95482 is #16AB7D. Grayscale: #858585. Windows color (decimal): -1485694 or 8541417. OLE color: 8541417.

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

Color convert

RGB 233 84 130 -
CMYK 0 0.64 0.44 0.09
HSL 341.48º 0.77% 0.62% -
HSV(B) 341.48º 0.64% 0.91% -
XYZ 40.8 25.28 23.85 -
YUV 133.8 125.86 198.76 -
System Red Green Blue C M Y K H S L
Decimal 233 84 130 0 0.64 0.44 0.09 341.48 0.77 0.62
Hex E9 54 82 0 40 2C 9 155 4D 3E
Octal 351 124 202 0 100 54 11 525 115 76
Binary 11101001 1010100 10000010 0 1000000 101100 1001 101010101 1001101 111110

Color Harmonies of #E95482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95482

Black with #E95482

Text Example


Text Example

White with #E95482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95482; }

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

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

background-color css

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

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

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

border-color css

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

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

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