Html Css Color HEX #E85272 Dark Pink

📋 copy color: '#E85272'

red 232 ◦ green 82 ◦ blue 114

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

Shades of Dark Pink #E85272

Tints of Dark Pink #E85272

RGB

 RED value IS 232 (91.02% from 255) = 54.21%

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

 BLUE value IS 114 (44.92% from 255) = 26.64%

R = 54.21%
G = 19.16%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E85272 (or 0xE85272) is known color: Dark Pink. HEX triplet: E8, 52 and 72. RGB value is (232,82,114). Sum of RGB (Red+Green+Blue) = 232+82+114=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E85272 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85272 is #17AD8D. Grayscale: #828282. Windows color (decimal): -1551758 or 7492328. OLE color: 7492328.

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

Color convert

RGB 232 82 114 -
CMYK 0 0.65 0.51 0.09
HSL 347.2º 0.77% 0.62% -
HSV(B) 347.2º 0.65% 0.91% -
XYZ 39.33 24.41 18.56 -
YUV 130.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 232 82 114 0 0.65 0.51 0.09 347.2 0.77 0.62
Hex E8 52 72 0 41 33 9 15B 4D 3E
Octal 350 122 162 0 101 63 11 533 115 76
Binary 11101000 1010010 1110010 0 1000001 110011 1001 101011011 1001101 111110

Color Harmonies of #E85272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85272

Black with #E85272

Text Example


Text Example

White with #E85272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85272; }

 p { color: rgb(232,82,114); }

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

background-color css

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

 a { background-color: rgb(232,82,114); }

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

border-color css

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

 span { border-color: rgb(232,82,114); }

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