Html Css Color HEX #E772BA Persian Pink

📋 copy color: '#E772BA'

red 231 ◦ green 114 ◦ blue 186

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

Shades of Persian Pink #E772BA

Tints of Persian Pink #E772BA

RGB

 RED value IS 231 (90.63% from 255) = 43.5%

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

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

R = 43.5%
G = 21.47%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E772BA (or 0xE772BA) is known color: Persian Pink. HEX triplet: E7, 72 and BA. RGB value is (231,114,186). Sum of RGB (Red+Green+Blue) = 231+114+186=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E772BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772BA is #188D45. Grayscale: #9D9D9D. Windows color (decimal): -1609030 or 12219111. OLE color: 12219111.

HSL color Cylindrical-coordinate representation of color #E772BA: hue angle of 323.08º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E772BA is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 114 186 -
CMYK 0 0.51 0.19 0.09
HSL 323.08º 0.71% 0.68% -
HSV(B) 323.08º 0.51% 0.91% -
XYZ 47.84 32.57 50.22 -
YUV 157.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 231 114 186 0 0.51 0.19 0.09 323.08 0.71 0.68
Hex E7 72 BA 0 33 13 9 143 47 44
Octal 347 162 272 0 63 23 11 503 107 104
Binary 11100111 1110010 10111010 0 110011 10011 1001 101000011 1000111 1000100

Color Harmonies of #E772BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772BA

Black with #E772BA

Text Example


Text Example

White with #E772BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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