Html Css Color HEX #E76085 Dark Pink

📋 copy color: '#E76085'

red 231 ◦ green 96 ◦ blue 133

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

Shades of Dark Pink #E76085

Tints of Dark Pink #E76085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.87%

 BLUE value IS 133 (52.34% from 255) = 28.91%

R = 50.22%
G = 20.87%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E76085 (or 0xE76085) is known color: Dark Pink. HEX triplet: E7, 60 and 85. RGB value is (231,96,133). Sum of RGB (Red+Green+Blue) = 231+96+133=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E76085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76085 is #189F7A. Grayscale: #8C8C8C. Windows color (decimal): -1613691 or 8741095. OLE color: 8741095.

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

Color convert

RGB 231 96 133 -
CMYK 0 0.58 0.42 0.09
HSL 343.56º 0.74% 0.64% -
HSV(B) 343.56º 0.58% 0.91% -
XYZ 41.37 27.05 25.23 -
YUV 140.58 123.73 192.49 -
System Red Green Blue C M Y K H S L
Decimal 231 96 133 0 0.58 0.42 0.09 343.56 0.74 0.64
Hex E7 60 85 0 3A 2A 9 158 4A 40
Octal 347 140 205 0 72 52 11 530 112 100
Binary 11100111 1100000 10000101 0 111010 101010 1001 101011000 1001010 1000000

Color Harmonies of #E76085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76085

Black with #E76085

Text Example


Text Example

White with #E76085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76085; }

 p { color: rgb(231,96,133); }

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

background-color css

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

 a { background-color: rgb(231,96,133); }

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

border-color css

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

 span { border-color: rgb(231,96,133); }

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