Html Css Color HEX #E75A8B Dark Pink

📋 copy color: '#E75A8B'

red 231 ◦ green 90 ◦ blue 139

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

Shades of Dark Pink #E75A8B

Tints of Dark Pink #E75A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.57%

 BLUE value IS 139 (54.69% from 255) = 30.22%

R = 50.22%
G = 19.57%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E75A8B (or 0xE75A8B) is known color: Dark Pink. HEX triplet: E7, 5A and 8B. RGB value is (231,90,139). Sum of RGB (Red+Green+Blue) = 231+90+139=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75A8B is #18A574. Grayscale: #898989. Windows color (decimal): -1615221 or 9132775. OLE color: 9132775.

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

Color convert

RGB 231 90 139 -
CMYK 0 0.61 0.40 0.09
HSL 339.15º 0.75% 0.63% -
HSV(B) 339.15º 0.61% 0.91% -
XYZ 41.27 26.17 27.3 -
YUV 137.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 231 90 139 0 0.61 0.40 0.09 339.15 0.75 0.63
Hex E7 5A 8B 0 3D 28 9 153 4B 3F
Octal 347 132 213 0 75 50 11 523 113 77
Binary 11100111 1011010 10001011 0 111101 101000 1001 101010011 1001011 111111

Color Harmonies of #E75A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75A8B

Black with #E75A8B

Text Example


Text Example

White with #E75A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75A8B; }

 p { color: rgb(231,90,139); }

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

background-color css

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

 a { background-color: rgb(231,90,139); }

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

border-color css

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

 span { border-color: rgb(231,90,139); }

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