Html Css Color HEX #E75083 Dark Pink

📋 copy color: '#E75083'

red 231 ◦ green 80 ◦ blue 131

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

Shades of Dark Pink #E75083

Tints of Dark Pink #E75083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.1%

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

R = 52.26%
G = 18.1%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E75083 (or 0xE75083) is known color: Dark Pink. HEX triplet: E7, 50 and 83. RGB value is (231,80,131). Sum of RGB (Red+Green+Blue) = 231+80+131=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E75083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75083 is #18AF7C. Grayscale: #828282. Windows color (decimal): -1617789 or 8605927. OLE color: 8605927.

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

Color convert

RGB 231 80 131 -
CMYK 0 0.65 0.43 0.09
HSL 339.74º 0.76% 0.61% -
HSV(B) 339.74º 0.65% 0.91% -
XYZ 39.92 24.36 24.07 -
YUV 130.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 231 80 131 0 0.65 0.43 0.09 339.74 0.76 0.61
Hex E7 50 83 0 41 2B 9 154 4C 3D
Octal 347 120 203 0 101 53 11 524 114 75
Binary 11100111 1010000 10000011 0 1000001 101011 1001 101010100 1001100 111101

Color Harmonies of #E75083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75083

Black with #E75083

Text Example


Text Example

White with #E75083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75083; }

 p { color: rgb(231,80,131); }

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

background-color css

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

 a { background-color: rgb(231,80,131); }

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

border-color css

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

 span { border-color: rgb(231,80,131); }

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