Html Css Color HEX #E778BE Persian Pink

📋 copy color: '#E778BE'

red 231 ◦ green 120 ◦ blue 190

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

Shades of Persian Pink #E778BE

Tints of Persian Pink #E778BE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.18%

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

R = 42.7%
G = 22.18%
B = 35.12%

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

#E778BE (or 0xE778BE) is known color: Persian Pink. HEX triplet: E7, 78 and BE. RGB value is (231,120,190). Sum of RGB (Red+Green+Blue) = 231+120+190=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E778BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778BE is #188741. Grayscale: #A1A1A1. Windows color (decimal): -1607490 or 12482791. OLE color: 12482791.

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

Color convert

RGB 231 120 190 -
CMYK 0 0.48 0.18 0.09
HSL 322.16º 0.7% 0.69% -
HSV(B) 322.16º 0.48% 0.91% -
XYZ 48.97 34.14 52.72 -
YUV 161.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 231 120 190 0 0.48 0.18 0.09 322.16 0.7 0.69
Hex E7 78 BE 0 30 12 9 142 46 45
Octal 347 170 276 0 60 22 11 502 106 105
Binary 11100111 1111000 10111110 0 110000 10010 1001 101000010 1000110 1000101

Color Harmonies of #E778BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E778BE

Black with #E778BE

Text Example


Text Example

White with #E778BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E778BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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