Html Css Color HEX #E777B4 Persian Pink

📋 copy color: '#E777B4'

red 231 ◦ green 119 ◦ blue 180

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

Shades of Persian Pink #E777B4

Tints of Persian Pink #E777B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.96%

R = 43.58%
G = 22.45%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E777B4 (or 0xE777B4) is known color: Persian Pink. HEX triplet: E7, 77 and B4. RGB value is (231,119,180). Sum of RGB (Red+Green+Blue) = 231+119+180=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E777B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777B4 is #18884B. Grayscale: #9F9F9F. Windows color (decimal): -1607756 or 11827175. OLE color: 11827175.

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

Color convert

RGB 231 119 180 -
CMYK 0 0.48 0.22 0.09
HSL 327.32º 0.7% 0.69% -
HSV(B) 327.32º 0.48% 0.91% -
XYZ 47.79 33.48 47.12 -
YUV 159.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 231 119 180 0 0.48 0.22 0.09 327.32 0.7 0.69
Hex E7 77 B4 0 30 16 9 147 46 45
Octal 347 167 264 0 60 26 11 507 106 105
Binary 11100111 1110111 10110100 0 110000 10110 1001 101000111 1000110 1000101

Color Harmonies of #E777B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E777B4

Black with #E777B4

Text Example


Text Example

White with #E777B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E777B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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