Html Css Color HEX #E477BF Persian Pink

📋 copy color: '#E477BF'

red 228 ◦ green 119 ◦ blue 191

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

Shades of Persian Pink #E477BF

Tints of Persian Pink #E477BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.5%

R = 42.38%
G = 22.12%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E477BF (or 0xE477BF) is known color: Persian Pink. HEX triplet: E4, 77 and BF. RGB value is (228,119,191). Sum of RGB (Red+Green+Blue) = 228+119+191=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 228 - color contains mainly: red. Hex color #E477BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477BF is #1B8840. Grayscale: #9F9F9F. Windows color (decimal): -1804353 or 12548068. OLE color: 12548068.

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

Color convert

RGB 228 119 191 -
CMYK 0 0.48 0.16 0.11
HSL 320.37º 0.67% 0.68% -
HSV(B) 320.37º 0.48% 0.89% -
XYZ 48 33.45 53.22 -
YUV 159.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 228 119 191 0 0.48 0.16 0.11 320.37 0.67 0.68
Hex E4 77 BF 0 30 10 B 140 43 44
Octal 344 167 277 0 60 20 13 500 103 104
Binary 11100100 1110111 10111111 0 110000 10000 1011 101000000 1000011 1000100

Color Harmonies of #E477BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E477BF

Black with #E477BF

Text Example


Text Example

White with #E477BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E477BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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