Html Css Color HEX #E777BE Persian Pink

📋 copy color: '#E777BE'

red 231 ◦ green 119 ◦ blue 190

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

Shades of Persian Pink #E777BE

Tints of Persian Pink #E777BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.04%

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

R = 42.78%
G = 22.04%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E777BE (or 0xE777BE) is known color: Persian Pink. HEX triplet: E7, 77 and BE. RGB value is (231,119,190). Sum of RGB (Red+Green+Blue) = 231+119+190=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E777BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777BE is #188841. Grayscale: #A0A0A0. Windows color (decimal): -1607746 or 12482535. OLE color: 12482535.

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

Color convert

RGB 231 119 190 -
CMYK 0 0.48 0.18 0.09
HSL 321.96º 0.7% 0.69% -
HSV(B) 321.96º 0.48% 0.91% -
XYZ 48.85 33.9 52.68 -
YUV 160.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 231 119 190 0 0.48 0.18 0.09 321.96 0.7 0.69
Hex E7 77 BE 0 30 12 9 142 46 45
Octal 347 167 276 0 60 22 11 502 106 105
Binary 11100111 1110111 10111110 0 110000 10010 1001 101000010 1000110 1000101

Color Harmonies of #E777BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E777BE

Black with #E777BE

Text Example


Text Example

White with #E777BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E777BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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