Html Css Color HEX #E471B3 Persian Pink

📋 copy color: '#E471B3'

red 228 ◦ green 113 ◦ blue 179

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

Shades of Persian Pink #E471B3

Tints of Persian Pink #E471B3

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.73%

 BLUE value IS 179 (70.31% from 255) = 34.42%

R = 43.85%
G = 21.73%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E471B3 (or 0xE471B3) is known color: Persian Pink. HEX triplet: E4, 71 and B3. RGB value is (228,113,179). Sum of RGB (Red+Green+Blue) = 228+113+179=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E471B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E471B3 is #1B8E4C. Grayscale: #9A9A9A. Windows color (decimal): -1805901 or 11760100. OLE color: 11760100.

HSL color Cylindrical-coordinate representation of color #E471B3: hue angle of 325.57º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E471B3 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 113 179 -
CMYK 0 0.50 0.21 0.11
HSL 325.57º 0.68% 0.67% -
HSV(B) 325.57º 0.5% 0.89% -
XYZ 46.04 31.56 46.31 -
YUV 154.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 228 113 179 0 0.50 0.21 0.11 325.57 0.68 0.67
Hex E4 71 B3 0 32 15 B 146 44 43
Octal 344 161 263 0 62 25 13 506 104 103
Binary 11100100 1110001 10110011 0 110010 10101 1011 101000110 1000100 1000011

Color Harmonies of #E471B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E471B3

Black with #E471B3

Text Example


Text Example

White with #E471B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E471B3; }

 p { color: rgb(228,113,179); }

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

background-color css

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

 a { background-color: rgb(228,113,179); }

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

border-color css

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

 span { border-color: rgb(228,113,179); }

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