Html Css Color HEX #E477BA Persian Pink

📋 copy color: '#E477BA'

red 228 ◦ green 119 ◦ blue 186

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

Shades of Persian Pink #E477BA

Tints of Persian Pink #E477BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.9%

R = 42.78%
G = 22.33%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E477BA (or 0xE477BA) is known color: Persian Pink. HEX triplet: E4, 77 and BA. RGB value is (228,119,186). Sum of RGB (Red+Green+Blue) = 228+119+186=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 228 - color contains mainly: red. Hex color #E477BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477BA is #1B8845. Grayscale: #9F9F9F. Windows color (decimal): -1804358 or 12220388. OLE color: 12220388.

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

Color convert

RGB 228 119 186 -
CMYK 0 0.48 0.18 0.11
HSL 323.12º 0.67% 0.68% -
HSV(B) 323.12º 0.48% 0.89% -
XYZ 47.45 33.23 50.37 -
YUV 159.23 143.11 177.05 -
System Red Green Blue C M Y K H S L
Decimal 228 119 186 0 0.48 0.18 0.11 323.12 0.67 0.68
Hex E4 77 BA 0 30 12 B 143 43 44
Octal 344 167 272 0 60 22 13 503 103 104
Binary 11100100 1110111 10111010 0 110000 10010 1011 101000011 1000011 1000100

Color Harmonies of #E477BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E477BA

Black with #E477BA

Text Example


Text Example

White with #E477BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E477BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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