Html Css Color HEX #E77EBE Persian Pink

📋 copy color: '#E77EBE'

red 231 ◦ green 126 ◦ blue 190

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

Shades of Persian Pink #E77EBE

Tints of Persian Pink #E77EBE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.03%

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 42.23%
G = 23.03%
B = 34.73%

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

#E77EBE (or 0xE77EBE) is known color: Persian Pink. HEX triplet: E7, 7E and BE. RGB value is (231,126,190). Sum of RGB (Red+Green+Blue) = 231+126+190=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E77EBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77EBE is #188141. Grayscale: #A4A4A4. Windows color (decimal): -1605954 or 12484327. OLE color: 12484327.

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

Color convert

RGB 231 126 190 -
CMYK 0 0.45 0.18 0.09
HSL 323.43º 0.69% 0.7% -
HSV(B) 323.43º 0.45% 0.91% -
XYZ 49.71 35.63 52.97 -
YUV 164.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 231 126 190 0 0.45 0.18 0.09 323.43 0.69 0.7
Hex E7 7E BE 0 2D 12 9 143 45 46
Octal 347 176 276 0 55 22 11 503 105 106
Binary 11100111 1111110 10111110 0 101101 10010 1001 101000011 1000101 1000110

Color Harmonies of #E77EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77EBE

Black with #E77EBE

Text Example


Text Example

White with #E77EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77EBE; }

 p { color: rgb(231,126,190); }

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

background-color css

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

 a { background-color: rgb(231,126,190); }

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

border-color css

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

 span { border-color: rgb(231,126,190); }

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