Html Css Color HEX #E477B1 Persian Pink

📋 copy color: '#E477B1'

red 228 ◦ green 119 ◦ blue 177

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

Shades of Persian Pink #E477B1

Tints of Persian Pink #E477B1

RGB

 RED value IS 228 (89.45% from 255) = 43.51%

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

 BLUE value IS 177 (69.53% from 255) = 33.78%

R = 43.51%
G = 22.71%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E477B1 (or 0xE477B1) is known color: Persian Pink. HEX triplet: E4, 77 and B1. RGB value is (228,119,177). Sum of RGB (Red+Green+Blue) = 228+119+177=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E477B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E477B1 is #1B884E. Grayscale: #9E9E9E. Windows color (decimal): -1804367 or 11630564. OLE color: 11630564.

HSL color Cylindrical-coordinate representation of color #E477B1: hue angle of 328.07º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E477B1 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 119 177 -
CMYK 0 0.48 0.22 0.11
HSL 328.07º 0.67% 0.68% -
HSV(B) 328.07º 0.48% 0.89% -
XYZ 46.53 32.86 45.49 -
YUV 158.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 228 119 177 0 0.48 0.22 0.11 328.07 0.67 0.68
Hex E4 77 B1 0 30 16 B 148 43 44
Octal 344 167 261 0 60 26 13 510 103 104
Binary 11100100 1110111 10110001 0 110000 10110 1011 101001000 1000011 1000100

Color Harmonies of #E477B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E477B1

Black with #E477B1

Text Example


Text Example

White with #E477B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E477B1; }

 p { color: rgb(228,119,177); }

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

background-color css

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

 a { background-color: rgb(228,119,177); }

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

border-color css

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

 span { border-color: rgb(228,119,177); }

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