Html Css Color HEX #E472BA Persian Pink

📋 copy color: '#E472BA'

red 228 ◦ green 114 ◦ blue 186

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

Shades of Persian Pink #E472BA

Tints of Persian Pink #E472BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.59%

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 43.18%
G = 21.59%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E472BA (or 0xE472BA) is known color: Persian Pink. HEX triplet: E4, 72 and BA. RGB value is (228,114,186). Sum of RGB (Red+Green+Blue) = 228+114+186=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E472BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E472BA is #1B8D45. Grayscale: #9C9C9C. Windows color (decimal): -1805638 or 12219108. OLE color: 12219108.

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

Color convert

RGB 228 114 186 -
CMYK 0 0.50 0.18 0.11
HSL 322.11º 0.68% 0.67% -
HSV(B) 322.11º 0.5% 0.89% -
XYZ 46.88 32.07 50.17 -
YUV 156.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 228 114 186 0 0.50 0.18 0.11 322.11 0.68 0.67
Hex E4 72 BA 0 32 12 B 142 44 43
Octal 344 162 272 0 62 22 13 502 104 103
Binary 11100100 1110010 10111010 0 110010 10010 1011 101000010 1000100 1000011

Color Harmonies of #E472BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E472BA

Black with #E472BA

Text Example


Text Example

White with #E472BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E472BA; }

 p { color: rgb(228,114,186); }

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

background-color css

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

 a { background-color: rgb(228,114,186); }

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

border-color css

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

 span { border-color: rgb(228,114,186); }

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