Html Css Color HEX #E75683 Dark Pink

📋 copy color: '#E75683'

red 231 ◦ green 86 ◦ blue 131

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

Shades of Dark Pink #E75683

Tints of Dark Pink #E75683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.2%

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

R = 51.56%
G = 19.2%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E75683 (or 0xE75683) is known color: Dark Pink. HEX triplet: E7, 56 and 83. RGB value is (231,86,131). Sum of RGB (Red+Green+Blue) = 231+86+131=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E75683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75683 is #18A97C. Grayscale: #868686. Windows color (decimal): -1616253 or 8607463. OLE color: 8607463.

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

Color convert

RGB 231 86 131 -
CMYK 0 0.63 0.43 0.09
HSL 341.38º 0.75% 0.62% -
HSV(B) 341.38º 0.63% 0.91% -
XYZ 40.38 25.28 24.22 -
YUV 134.49 126.04 196.84 -
System Red Green Blue C M Y K H S L
Decimal 231 86 131 0 0.63 0.43 0.09 341.38 0.75 0.62
Hex E7 56 83 0 3F 2B 9 155 4B 3E
Octal 347 126 203 0 77 53 11 525 113 76
Binary 11100111 1010110 10000011 0 111111 101011 1001 101010101 1001011 111110

Color Harmonies of #E75683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75683

Black with #E75683

Text Example


Text Example

White with #E75683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75683; }

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

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

background-color css

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

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

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

border-color css

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

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

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