Html Css Color HEX #E477B0 Persian Pink

📋 copy color: '#E477B0'

red 228 ◦ green 119 ◦ blue 176

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

Shades of Persian Pink #E477B0

Tints of Persian Pink #E477B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.65%

R = 43.59%
G = 22.75%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E477B0 (or 0xE477B0) is known color: Persian Pink. HEX triplet: E4, 77 and B0. RGB value is (228,119,176). Sum of RGB (Red+Green+Blue) = 228+119+176=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E477B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E477B0 is #1B884F. Grayscale: #9D9D9D. Windows color (decimal): -1804368 or 11565028. OLE color: 11565028.

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

Color convert

RGB 228 119 176 -
CMYK 0 0.48 0.23 0.11
HSL 328.62º 0.67% 0.68% -
HSV(B) 328.62º 0.48% 0.89% -
XYZ 46.43 32.82 44.96 -
YUV 158.09 138.11 177.87 -
System Red Green Blue C M Y K H S L
Decimal 228 119 176 0 0.48 0.23 0.11 328.62 0.67 0.68
Hex E4 77 B0 0 30 17 B 149 43 44
Octal 344 167 260 0 60 27 13 511 103 104
Binary 11100100 1110111 10110000 0 110000 10111 1011 101001001 1000011 1000100

Color Harmonies of #E477B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E477B0

Black with #E477B0

Text Example


Text Example

White with #E477B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E477B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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