Html Css Color HEX #E75D83 Dark Pink

📋 copy color: '#E75D83'

red 231 ◦ green 93 ◦ blue 131

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

Shades of Dark Pink #E75D83

Tints of Dark Pink #E75D83

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.44%

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

R = 50.77%
G = 20.44%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E75D83 (or 0xE75D83) is known color: Dark Pink. HEX triplet: E7, 5D and 83. RGB value is (231,93,131). Sum of RGB (Red+Green+Blue) = 231+93+131=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75D83 is #18A27C. Grayscale: #8A8A8A. Windows color (decimal): -1614461 or 8609255. OLE color: 8609255.

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

Color convert

RGB 231 93 131 -
CMYK 0 0.60 0.43 0.09
HSL 343.48º 0.74% 0.64% -
HSV(B) 343.48º 0.6% 0.91% -
XYZ 40.97 26.46 24.42 -
YUV 138.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 231 93 131 0 0.60 0.43 0.09 343.48 0.74 0.64
Hex E7 5D 83 0 3C 2B 9 157 4A 40
Octal 347 135 203 0 74 53 11 527 112 100
Binary 11100111 1011101 10000011 0 111100 101011 1001 101010111 1001010 1000000

Color Harmonies of #E75D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75D83

Black with #E75D83

Text Example


Text Example

White with #E75D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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