Html Css Color HEX #E95271 Dark Pink

📋 copy color: '#E95271'

red 233 ◦ green 82 ◦ blue 113

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

Shades of Dark Pink #E95271

Tints of Dark Pink #E95271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 54.44%
G = 19.16%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E95271 (or 0xE95271) is known color: Dark Pink. HEX triplet: E9, 52 and 71. RGB value is (233,82,113). Sum of RGB (Red+Green+Blue) = 233+82+113=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E95271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95271 is #16AD8E. Grayscale: #828282. Windows color (decimal): -1486223 or 7426793. OLE color: 7426793.

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

Color convert

RGB 233 82 113 -
CMYK 0 0.65 0.52 0.09
HSL 347.68º 0.77% 0.62% -
HSV(B) 347.68º 0.65% 0.91% -
XYZ 39.6 24.55 18.27 -
YUV 130.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 233 82 113 0 0.65 0.52 0.09 347.68 0.77 0.62
Hex E9 52 71 0 41 34 9 15C 4D 3E
Octal 351 122 161 0 101 64 11 534 115 76
Binary 11101001 1010010 1110001 0 1000001 110100 1001 101011100 1001101 111110

Color Harmonies of #E95271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95271

Black with #E95271

Text Example


Text Example

White with #E95271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95271; }

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

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

background-color css

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

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

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

border-color css

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

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

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