Html Css Color HEX #E778B3 Persian Pink

📋 copy color: '#E778B3'

red 231 ◦ green 120 ◦ blue 179

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

Shades of Persian Pink #E778B3

Tints of Persian Pink #E778B3

RGB

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

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

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

R = 43.58%
G = 22.64%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E778B3 (or 0xE778B3) is known color: Persian Pink. HEX triplet: E7, 78 and B3. RGB value is (231,120,179). Sum of RGB (Red+Green+Blue) = 231+120+179=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E778B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778B3 is #18874C. Grayscale: #9F9F9F. Windows color (decimal): -1607501 or 11761895. OLE color: 11761895.

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

Color convert

RGB 231 120 179 -
CMYK 0 0.48 0.23 0.09
HSL 328.11º 0.7% 0.69% -
HSV(B) 328.11º 0.48% 0.91% -
XYZ 47.81 33.68 46.63 -
YUV 159.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 231 120 179 0 0.48 0.23 0.09 328.11 0.7 0.69
Hex E7 78 B3 0 30 17 9 148 46 45
Octal 347 170 263 0 60 27 11 510 106 105
Binary 11100111 1111000 10110011 0 110000 10111 1001 101001000 1000110 1000101

Color Harmonies of #E778B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E778B3

Black with #E778B3

Text Example


Text Example

White with #E778B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E778B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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