Html Css Color HEX #E76281 Dark Pink

📋 copy color: '#E76281'

red 231 ◦ green 98 ◦ blue 129

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

Shades of Dark Pink #E76281

Tints of Dark Pink #E76281

RGB

 RED value IS 231 (90.63% from 255) = 50.44%

 GREEN value IS 98 (38.67% from 255) = 21.4%

 BLUE value IS 129 (50.78% from 255) = 28.17%

R = 50.44%
G = 21.4%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E76281 (or 0xE76281) is known color: Dark Pink. HEX triplet: E7, 62 and 81. RGB value is (231,98,129). Sum of RGB (Red+Green+Blue) = 231+98+129=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E76281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76281 is #189D7E. Grayscale: #8D8D8D. Windows color (decimal): -1613183 or 8479463. OLE color: 8479463.

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

Color convert

RGB 231 98 129 -
CMYK 0 0.58 0.44 0.09
HSL 346.02º 0.73% 0.65% -
HSV(B) 346.02º 0.58% 0.91% -
XYZ 41.29 27.31 23.86 -
YUV 141.3 121.06 191.98 -
System Red Green Blue C M Y K H S L
Decimal 231 98 129 0 0.58 0.44 0.09 346.02 0.73 0.65
Hex E7 62 81 0 3A 2C 9 15A 49 41
Octal 347 142 201 0 72 54 11 532 111 101
Binary 11100111 1100010 10000001 0 111010 101100 1001 101011010 1001001 1000001

Color Harmonies of #E76281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76281

Black with #E76281

Text Example


Text Example

White with #E76281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76281; }

 p { color: rgb(231,98,129); }

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

background-color css

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

 a { background-color: rgb(231,98,129); }

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

border-color css

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

 span { border-color: rgb(231,98,129); }

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