Html Css Color HEX #E85283 Dark Pink

📋 copy color: '#E85283'

red 232 ◦ green 82 ◦ blue 131

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

Shades of Dark Pink #E85283

Tints of Dark Pink #E85283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.44%

R = 52.13%
G = 18.43%
B = 29.44%

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

#E85283 (or 0xE85283) is known color: Dark Pink. HEX triplet: E8, 52 and 83. RGB value is (232,82,131). Sum of RGB (Red+Green+Blue) = 232+82+131=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E85283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85283 is #17AD7C. Grayscale: #848484. Windows color (decimal): -1551741 or 8606440. OLE color: 8606440.

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

Color convert

RGB 232 82 131 -
CMYK 0 0.65 0.44 0.09
HSL 340.4º 0.77% 0.62% -
HSV(B) 340.4º 0.65% 0.91% -
XYZ 40.39 24.83 24.14 -
YUV 132.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 232 82 131 0 0.65 0.44 0.09 340.4 0.77 0.62
Hex E8 52 83 0 41 2C 9 154 4D 3E
Octal 350 122 203 0 101 54 11 524 115 76
Binary 11101000 1010010 10000011 0 1000001 101100 1001 101010100 1001101 111110

Color Harmonies of #E85283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85283

Black with #E85283

Text Example


Text Example

White with #E85283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85283; }

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

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

background-color css

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

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

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

border-color css

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

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

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