Html Css Color HEX #E778BD Persian Pink

📋 copy color: '#E778BD'

red 231 ◦ green 120 ◦ blue 189

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

Shades of Persian Pink #E778BD

Tints of Persian Pink #E778BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35%

R = 42.78%
G = 22.22%
B = 35%

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

#E778BD (or 0xE778BD) is known color: Persian Pink. HEX triplet: E7, 78 and BD. RGB value is (231,120,189). Sum of RGB (Red+Green+Blue) = 231+120+189=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E778BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778BD is #188742. Grayscale: #A0A0A0. Windows color (decimal): -1607491 or 12417255. OLE color: 12417255.

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

Color convert

RGB 231 120 189 -
CMYK 0 0.48 0.18 0.09
HSL 322.7º 0.7% 0.69% -
HSV(B) 322.7º 0.48% 0.91% -
XYZ 48.86 34.1 52.15 -
YUV 161.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 231 120 189 0 0.48 0.18 0.09 322.7 0.7 0.69
Hex E7 78 BD 0 30 12 9 143 46 45
Octal 347 170 275 0 60 22 11 503 106 105
Binary 11100111 1111000 10111101 0 110000 10010 1001 101000011 1000110 1000101

Color Harmonies of #E778BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E778BD

Black with #E778BD

Text Example


Text Example

White with #E778BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E778BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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