Html Css Color HEX #E95282 Dark Pink

📋 copy color: '#E95282'

red 233 ◦ green 82 ◦ blue 130

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

Shades of Dark Pink #E95282

Tints of Dark Pink #E95282

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.43%

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

R = 52.36%
G = 18.43%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E95282 (or 0xE95282) is known color: Dark Pink. HEX triplet: E9, 52 and 82. RGB value is (233,82,130). Sum of RGB (Red+Green+Blue) = 233+82+130=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E95282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95282 is #16AD7D. Grayscale: #848484. Windows color (decimal): -1486206 or 8540905. OLE color: 8540905.

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

Color convert

RGB 233 82 130 -
CMYK 0 0.65 0.44 0.09
HSL 340.93º 0.77% 0.62% -
HSV(B) 340.93º 0.65% 0.91% -
XYZ 40.65 24.97 23.8 -
YUV 132.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 233 82 130 0 0.65 0.44 0.09 340.93 0.77 0.62
Hex E9 52 82 0 41 2C 9 155 4D 3E
Octal 351 122 202 0 101 54 11 525 115 76
Binary 11101001 1010010 10000010 0 1000001 101100 1001 101010101 1001101 111110

Color Harmonies of #E95282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95282

Black with #E95282

Text Example


Text Example

White with #E95282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95282; }

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

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

background-color css

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

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

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

border-color css

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

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

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