Html Css Color HEX #E47FB2 Persian Pink

📋 copy color: '#E47FB2'

red 228 ◦ green 127 ◦ blue 178

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

Shades of Persian Pink #E47FB2

Tints of Persian Pink #E47FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.4%

R = 42.78%
G = 23.83%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E47FB2 (or 0xE47FB2) is known color: Persian Pink. HEX triplet: E4, 7F and B2. RGB value is (228,127,178). Sum of RGB (Red+Green+Blue) = 228+127+178=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47FB2 is #1B804D. Grayscale: #A2A2A2. Windows color (decimal): -1802318 or 11698148. OLE color: 11698148.

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

Color convert

RGB 228 127 178 -
CMYK 0 0.44 0.22 0.11
HSL 329.7º 0.65% 0.7% -
HSV(B) 329.7º 0.44% 0.89% -
XYZ 47.62 34.89 46.34 -
YUV 163.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 228 127 178 0 0.44 0.22 0.11 329.7 0.65 0.7
Hex E4 7F B2 0 2C 16 B 14A 41 46
Octal 344 177 262 0 54 26 13 512 101 106
Binary 11100100 1111111 10110010 0 101100 10110 1011 101001010 1000001 1000110

Color Harmonies of #E47FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47FB2

Black with #E47FB2

Text Example


Text Example

White with #E47FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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