Html Css Color HEX #E77CB3 Persian Pink

📋 copy color: '#E77CB3'

red 231 ◦ green 124 ◦ blue 179

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

Shades of Persian Pink #E77CB3

Tints of Persian Pink #E77CB3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.22%

 BLUE value IS 179 (70.31% from 255) = 33.52%

R = 43.26%
G = 23.22%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E77CB3 (or 0xE77CB3) is known color: Persian Pink. HEX triplet: E7, 7C and B3. RGB value is (231,124,179). Sum of RGB (Red+Green+Blue) = 231+124+179=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CB3 is #18834C. Grayscale: #A2A2A2. Windows color (decimal): -1606477 or 11762919. OLE color: 11762919.

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

Color convert

RGB 231 124 179 -
CMYK 0 0.46 0.23 0.09
HSL 329.16º 0.69% 0.7% -
HSV(B) 329.16º 0.46% 0.91% -
XYZ 48.3 34.66 46.79 -
YUV 162.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 231 124 179 0 0.46 0.23 0.09 329.16 0.69 0.7
Hex E7 7C B3 0 2E 17 9 149 45 46
Octal 347 174 263 0 56 27 11 511 105 106
Binary 11100111 1111100 10110011 0 101110 10111 1001 101001001 1000101 1000110

Color Harmonies of #E77CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77CB3

Black with #E77CB3

Text Example


Text Example

White with #E77CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77CB3; }

 p { color: rgb(231,124,179); }

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

background-color css

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

 a { background-color: rgb(231,124,179); }

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

border-color css

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

 span { border-color: rgb(231,124,179); }

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