Html Css Color HEX #E774B2 Persian Pink

📋 copy color: '#E774B2'

red 231 ◦ green 116 ◦ blue 178

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

Shades of Persian Pink #E774B2

Tints of Persian Pink #E774B2

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.1%

 BLUE value IS 178 (69.92% from 255) = 33.9%

R = 44%
G = 22.1%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E774B2 (or 0xE774B2) is known color: Persian Pink. HEX triplet: E7, 74 and B2. RGB value is (231,116,178). Sum of RGB (Red+Green+Blue) = 231+116+178=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E774B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E774B2 is #188B4D. Grayscale: #9D9D9D. Windows color (decimal): -1608526 or 11695335. OLE color: 11695335.

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

Color convert

RGB 231 116 178 -
CMYK 0 0.50 0.23 0.09
HSL 327.65º 0.71% 0.68% -
HSV(B) 327.65º 0.5% 0.91% -
XYZ 47.24 32.69 45.94 -
YUV 157.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 231 116 178 0 0.50 0.23 0.09 327.65 0.71 0.68
Hex E7 74 B2 0 32 17 9 148 47 44
Octal 347 164 262 0 62 27 11 510 107 104
Binary 11100111 1110100 10110010 0 110010 10111 1001 101001000 1000111 1000100

Color Harmonies of #E774B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E774B2

Black with #E774B2

Text Example


Text Example

White with #E774B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E774B2; }

 p { color: rgb(231,116,178); }

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

background-color css

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

 a { background-color: rgb(231,116,178); }

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

border-color css

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

 span { border-color: rgb(231,116,178); }

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