Html Css Color HEX #E95484 Dark Pink

📋 copy color: '#E95484'

red 233 ◦ green 84 ◦ blue 132

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

Shades of Dark Pink #E95484

Tints of Dark Pink #E95484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.4%

R = 51.89%
G = 18.71%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E95484 (or 0xE95484) is known color: Dark Pink. HEX triplet: E9, 54 and 84. RGB value is (233,84,132). Sum of RGB (Red+Green+Blue) = 233+84+132=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E95484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95484 is #16AB7B. Grayscale: #858585. Windows color (decimal): -1485692 or 8672489. OLE color: 8672489.

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

Color convert

RGB 233 84 132 -
CMYK 0 0.64 0.43 0.09
HSL 340.67º 0.77% 0.62% -
HSV(B) 340.67º 0.64% 0.91% -
XYZ 40.94 25.33 24.56 -
YUV 134.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 233 84 132 0 0.64 0.43 0.09 340.67 0.77 0.62
Hex E9 54 84 0 40 2B 9 155 4D 3E
Octal 351 124 204 0 100 53 11 525 115 76
Binary 11101001 1010100 10000100 0 1000000 101011 1001 101010101 1001101 111110

Color Harmonies of #E95484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95484

Black with #E95484

Text Example


Text Example

White with #E95484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95484; }

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

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

background-color css

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

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

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

border-color css

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

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

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