Html Css Color HEX #E772B7 Persian Pink

📋 copy color: '#E772B7'

red 231 ◦ green 114 ◦ blue 183

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

Shades of Persian Pink #E772B7

Tints of Persian Pink #E772B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.66%

R = 43.75%
G = 21.59%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E772B7 (or 0xE772B7) is known color: Persian Pink. HEX triplet: E7, 72 and B7. RGB value is (231,114,183). Sum of RGB (Red+Green+Blue) = 231+114+183=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E772B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772B7 is #188D48. Grayscale: #9C9C9C. Windows color (decimal): -1609033 or 12022503. OLE color: 12022503.

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

Color convert

RGB 231 114 183 -
CMYK 0 0.51 0.21 0.09
HSL 324.62º 0.71% 0.68% -
HSV(B) 324.62º 0.51% 0.91% -
XYZ 47.52 32.44 48.56 -
YUV 156.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 231 114 183 0 0.51 0.21 0.09 324.62 0.71 0.68
Hex E7 72 B7 0 33 15 9 145 47 44
Octal 347 162 267 0 63 25 11 505 107 104
Binary 11100111 1110010 10110111 0 110011 10101 1001 101000101 1000111 1000100

Color Harmonies of #E772B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772B7

Black with #E772B7

Text Example


Text Example

White with #E772B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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