Html Css Color HEX #E477BD Persian Pink

📋 copy color: '#E477BD'

red 228 ◦ green 119 ◦ blue 189

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

Shades of Persian Pink #E477BD

Tints of Persian Pink #E477BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.26%

R = 42.54%
G = 22.2%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E477BD (or 0xE477BD) is known color: Persian Pink. HEX triplet: E4, 77 and BD. RGB value is (228,119,189). Sum of RGB (Red+Green+Blue) = 228+119+189=536 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.54% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 228 - color contains mainly: red. Hex color #E477BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477BD is #1B8842. Grayscale: #9F9F9F. Windows color (decimal): -1804355 or 12416996. OLE color: 12416996.

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

Color convert

RGB 228 119 189 -
CMYK 0 0.48 0.17 0.11
HSL 321.47º 0.67% 0.68% -
HSV(B) 321.47º 0.48% 0.89% -
XYZ 47.78 33.36 52.07 -
YUV 159.57 144.61 176.81 -
System Red Green Blue C M Y K H S L
Decimal 228 119 189 0 0.48 0.17 0.11 321.47 0.67 0.68
Hex E4 77 BD 0 30 11 B 141 43 44
Octal 344 167 275 0 60 21 13 501 103 104
Binary 11100100 1110111 10111101 0 110000 10001 1011 101000001 1000011 1000100

Color Harmonies of #E477BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E477BD

Black with #E477BD

Text Example


Text Example

White with #E477BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E477BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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