Html Css Color HEX #E47FB9 Persian Pink

📋 copy color: '#E47FB9'

red 228 ◦ green 127 ◦ blue 185

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

Shades of Persian Pink #E47FB9

Tints of Persian Pink #E47FB9

RGB

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

 GREEN value IS 127 (50% from 255) = 23.52%

 BLUE value IS 185 (72.66% from 255) = 34.26%

R = 42.22%
G = 23.52%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E47FB9 (or 0xE47FB9) is known color: Persian Pink. HEX triplet: E4, 7F and B9. RGB value is (228,127,185). Sum of RGB (Red+Green+Blue) = 228+127+185=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47FB9 is #1B8046. Grayscale: #A3A3A3. Windows color (decimal): -1802311 or 12156900. OLE color: 12156900.

HSL color Cylindrical-coordinate representation of color #E47FB9: hue angle of 325.54º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E47FB9 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 127 185 -
CMYK 0 0.44 0.19 0.11
HSL 325.54º 0.65% 0.7% -
HSV(B) 325.54º 0.44% 0.89% -
XYZ 48.34 35.18 50.14 -
YUV 163.81 139.96 173.78 -
System Red Green Blue C M Y K H S L
Decimal 228 127 185 0 0.44 0.19 0.11 325.54 0.65 0.7
Hex E4 7F B9 0 2C 13 B 146 41 46
Octal 344 177 271 0 54 23 13 506 101 106
Binary 11100100 1111111 10111001 0 101100 10011 1011 101000110 1000001 1000110

Color Harmonies of #E47FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47FB9

Black with #E47FB9

Text Example


Text Example

White with #E47FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47FB9; }

 p { color: rgb(228,127,185); }

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

background-color css

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

 a { background-color: rgb(228,127,185); }

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

border-color css

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

 span { border-color: rgb(228,127,185); }

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