Html Css Color HEX #E77DBF Persian Pink

📋 copy color: '#E77DBF'

red 231 ◦ green 125 ◦ blue 191

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

Shades of Persian Pink #E77DBF

Tints of Persian Pink #E77DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.85%

 BLUE value IS 191 (75% from 255) = 34.92%

R = 42.23%
G = 22.85%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E77DBF (or 0xE77DBF) is known color: Persian Pink. HEX triplet: E7, 7D and BF. RGB value is (231,125,191). Sum of RGB (Red+Green+Blue) = 231+125+191=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DBF is #188240. Grayscale: #A4A4A4. Windows color (decimal): -1606209 or 12549607. OLE color: 12549607.

HSL color Cylindrical-coordinate representation of color #E77DBF: hue angle of 322.64º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77DBF is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 125 191 -
CMYK 0 0.46 0.17 0.09
HSL 322.64º 0.69% 0.7% -
HSV(B) 322.64º 0.46% 0.91% -
XYZ 49.69 35.42 53.51 -
YUV 164.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 231 125 191 0 0.46 0.17 0.09 322.64 0.69 0.7
Hex E7 7D BF 0 2E 11 9 143 45 46
Octal 347 175 277 0 56 21 11 503 105 106
Binary 11100111 1111101 10111111 0 101110 10001 1001 101000011 1000101 1000110

Color Harmonies of #E77DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77DBF

Black with #E77DBF

Text Example


Text Example

White with #E77DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77DBF; }

 p { color: rgb(231,125,191); }

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

background-color css

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

 a { background-color: rgb(231,125,191); }

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

border-color css

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

 span { border-color: rgb(231,125,191); }

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