Html Css Color HEX #E777BD Persian Pink

📋 copy color: '#E777BD'

red 231 ◦ green 119 ◦ blue 189

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

Shades of Persian Pink #E777BD

Tints of Persian Pink #E777BD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.08%

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

R = 42.86%
G = 22.08%
B = 35.06%

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

#E777BD (or 0xE777BD) is known color: Persian Pink. HEX triplet: E7, 77 and BD. RGB value is (231,119,189). Sum of RGB (Red+Green+Blue) = 231+119+189=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E777BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777BD is #188842. Grayscale: #A0A0A0. Windows color (decimal): -1607747 or 12416999. OLE color: 12416999.

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

Color convert

RGB 231 119 189 -
CMYK 0 0.48 0.18 0.09
HSL 322.5º 0.7% 0.69% -
HSV(B) 322.5º 0.48% 0.91% -
XYZ 48.74 33.86 52.11 -
YUV 160.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 231 119 189 0 0.48 0.18 0.09 322.5 0.7 0.69
Hex E7 77 BD 0 30 12 9 142 46 45
Octal 347 167 275 0 60 22 11 502 106 105
Binary 11100111 1110111 10111101 0 110000 10010 1001 101000010 1000110 1000101

Color Harmonies of #E777BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E777BD

Black with #E777BD

Text Example


Text Example

White with #E777BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E777BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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