Html Css Color HEX #E778C8 Persian Pink

📋 copy color: '#E778C8'

red 231 ◦ green 120 ◦ blue 200

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

Shades of Persian Pink #E778C8

Tints of Persian Pink #E778C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.3%

R = 41.92%
G = 21.78%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E778C8 (or 0xE778C8) is known color: Persian Pink. HEX triplet: E7, 78 and C8. RGB value is (231,120,200). Sum of RGB (Red+Green+Blue) = 231+120+200=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E778C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778C8 is #188737. Grayscale: #A2A2A2. Windows color (decimal): -1607480 or 13138151. OLE color: 13138151.

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

Color convert

RGB 231 120 200 -
CMYK 0 0.48 0.13 0.09
HSL 316.76º 0.7% 0.69% -
HSV(B) 316.76º 0.48% 0.91% -
XYZ 50.1 34.59 58.68 -
YUV 162.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 231 120 200 0 0.48 0.13 0.09 316.76 0.7 0.69
Hex E7 78 C8 0 30 D 9 13D 46 45
Octal 347 170 310 0 60 15 11 475 106 105
Binary 11100111 1111000 11001000 0 110000 1101 1001 100111101 1000110 1000101

Color Harmonies of #E778C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E778C8

Black with #E778C8

Text Example


Text Example

White with #E778C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E778C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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