Html Css Color HEX #E47FB4 Persian Pink

📋 copy color: '#E47FB4'

red 228 ◦ green 127 ◦ blue 180

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

Shades of Persian Pink #E47FB4

Tints of Persian Pink #E47FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.64%

R = 42.62%
G = 23.74%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E47FB4 (or 0xE47FB4) is known color: Persian Pink. HEX triplet: E4, 7F and B4. RGB value is (228,127,180). Sum of RGB (Red+Green+Blue) = 228+127+180=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47FB4 is #1B804B. Grayscale: #A3A3A3. Windows color (decimal): -1802316 or 11829220. OLE color: 11829220.

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

Color convert

RGB 228 127 180 -
CMYK 0 0.44 0.21 0.11
HSL 328.51º 0.65% 0.7% -
HSV(B) 328.51º 0.44% 0.89% -
XYZ 47.82 34.97 47.41 -
YUV 163.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 228 127 180 0 0.44 0.21 0.11 328.51 0.65 0.7
Hex E4 7F B4 0 2C 15 B 149 41 46
Octal 344 177 264 0 54 25 13 511 101 106
Binary 11100100 1111111 10110100 0 101100 10101 1011 101001001 1000001 1000110

Color Harmonies of #E47FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47FB4

Black with #E47FB4

Text Example


Text Example

White with #E47FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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