Html Css Color HEX #E77FB0 Persian Pink

📋 copy color: '#E77FB0'

red 231 ◦ green 127 ◦ blue 176

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

Shades of Persian Pink #E77FB0

Tints of Persian Pink #E77FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.96%

R = 43.26%
G = 23.78%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E77FB0 (or 0xE77FB0) is known color: Persian Pink. HEX triplet: E7, 7F and B0. RGB value is (231,127,176). Sum of RGB (Red+Green+Blue) = 231+127+176=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77FB0 is #18804F. Grayscale: #A3A3A3. Windows color (decimal): -1605712 or 11567079. OLE color: 11567079.

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

Color convert

RGB 231 127 176 -
CMYK 0 0.45 0.24 0.09
HSL 331.73º 0.68% 0.7% -
HSV(B) 331.73º 0.45% 0.91% -
XYZ 48.38 35.3 45.34 -
YUV 163.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 231 127 176 0 0.45 0.24 0.09 331.73 0.68 0.7
Hex E7 7F B0 0 2D 18 9 14C 44 46
Octal 347 177 260 0 55 30 11 514 104 106
Binary 11100111 1111111 10110000 0 101101 11000 1001 101001100 1000100 1000110

Color Harmonies of #E77FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77FB0

Black with #E77FB0

Text Example


Text Example

White with #E77FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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