Html Css Color HEX #E77FBD Persian Pink

📋 copy color: '#E77FBD'

red 231 ◦ green 127 ◦ blue 189

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

Shades of Persian Pink #E77FBD

Tints of Persian Pink #E77FBD

RGB

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

 GREEN value IS 127 (50% from 255) = 23.22%

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 42.23%
G = 23.22%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E77FBD (or 0xE77FBD) is known color: Persian Pink. HEX triplet: E7, 7F and BD. RGB value is (231,127,189). Sum of RGB (Red+Green+Blue) = 231+127+189=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77FBD is #188042. Grayscale: #A5A5A5. Windows color (decimal): -1605699 or 12419047. OLE color: 12419047.

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

Color convert

RGB 231 127 189 -
CMYK 0 0.45 0.18 0.09
HSL 324.23º 0.68% 0.7% -
HSV(B) 324.23º 0.45% 0.91% -
XYZ 49.73 35.84 52.44 -
YUV 165.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 231 127 189 0 0.45 0.18 0.09 324.23 0.68 0.7
Hex E7 7F BD 0 2D 12 9 144 44 46
Octal 347 177 275 0 55 22 11 504 104 106
Binary 11100111 1111111 10111101 0 101101 10010 1001 101000100 1000100 1000110

Color Harmonies of #E77FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77FBD

Black with #E77FBD

Text Example


Text Example

White with #E77FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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