Html Css Color HEX #E778B6 Persian Pink

📋 copy color: '#E778B6'

red 231 ◦ green 120 ◦ blue 182

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

Shades of Persian Pink #E778B6

Tints of Persian Pink #E778B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.15%

R = 43.34%
G = 22.51%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E778B6 (or 0xE778B6) is known color: Persian Pink. HEX triplet: E7, 78 and B6. RGB value is (231,120,182). Sum of RGB (Red+Green+Blue) = 231+120+182=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E778B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778B6 is #188749. Grayscale: #A0A0A0. Windows color (decimal): -1607498 or 11958503. OLE color: 11958503.

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

Color convert

RGB 231 120 182 -
CMYK 0 0.48 0.21 0.09
HSL 326.49º 0.7% 0.69% -
HSV(B) 326.49º 0.48% 0.91% -
XYZ 48.11 33.8 48.24 -
YUV 160.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 231 120 182 0 0.48 0.21 0.09 326.49 0.7 0.69
Hex E7 78 B6 0 30 15 9 146 46 45
Octal 347 170 266 0 60 25 11 506 106 105
Binary 11100111 1111000 10110110 0 110000 10101 1001 101000110 1000110 1000101

Color Harmonies of #E778B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E778B6

Black with #E778B6

Text Example


Text Example

White with #E778B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E778B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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