Html Css Color HEX #E772BE Persian Pink

📋 copy color: '#E772BE'

red 231 ◦ green 114 ◦ blue 190

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

Shades of Persian Pink #E772BE

Tints of Persian Pink #E772BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.51%

R = 43.18%
G = 21.31%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E772BE (or 0xE772BE) is known color: Persian Pink. HEX triplet: E7, 72 and BE. RGB value is (231,114,190). Sum of RGB (Red+Green+Blue) = 231+114+190=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E772BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772BE is #188D41. Grayscale: #9D9D9D. Windows color (decimal): -1609026 or 12481255. OLE color: 12481255.

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

Color convert

RGB 231 114 190 -
CMYK 0 0.51 0.18 0.09
HSL 321.03º 0.71% 0.68% -
HSV(B) 321.03º 0.51% 0.91% -
XYZ 48.27 32.74 52.49 -
YUV 157.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 231 114 190 0 0.51 0.18 0.09 321.03 0.71 0.68
Hex E7 72 BE 0 33 12 9 141 47 44
Octal 347 162 276 0 63 22 11 501 107 104
Binary 11100111 1110010 10111110 0 110011 10010 1001 101000001 1000111 1000100

Color Harmonies of #E772BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772BE

Black with #E772BE

Text Example


Text Example

White with #E772BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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