Html Css Color HEX #E75B7F Dark Pink

📋 copy color: '#E75B7F'

red 231 ◦ green 91 ◦ blue 127

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

Shades of Dark Pink #E75B7F

Tints of Dark Pink #E75B7F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.27%

 BLUE value IS 127 (50% from 255) = 28.29%

R = 51.45%
G = 20.27%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E75B7F (or 0xE75B7F) is known color: Dark Pink. HEX triplet: E7, 5B and 7F. RGB value is (231,91,127). Sum of RGB (Red+Green+Blue) = 231+91+127=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75B7F is #18A480. Grayscale: #888888. Windows color (decimal): -1614977 or 8346599. OLE color: 8346599.

HSL color Cylindrical-coordinate representation of color #E75B7F: hue angle of 344.57º degrees, saturation: 0.74, 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 #E75B7F is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 91 127 -
CMYK 0 0.61 0.45 0.09
HSL 344.57º 0.74% 0.63% -
HSV(B) 344.57º 0.61% 0.91% -
XYZ 40.53 26 22.96 -
YUV 136.96 122.38 195.07 -
System Red Green Blue C M Y K H S L
Decimal 231 91 127 0 0.61 0.45 0.09 344.57 0.74 0.63
Hex E7 5B 7F 0 3D 2D 9 159 4A 3F
Octal 347 133 177 0 75 55 11 531 112 77
Binary 11100111 1011011 1111111 0 111101 101101 1001 101011001 1001010 111111

Color Harmonies of #E75B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75B7F

Black with #E75B7F

Text Example


Text Example

White with #E75B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75B7F; }

 p { color: rgb(231,91,127); }

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

background-color css

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

 a { background-color: rgb(231,91,127); }

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

border-color css

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

 span { border-color: rgb(231,91,127); }

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