Html Css Color HEX #E771B2 Persian Pink

📋 copy color: '#E771B2'

red 231 ◦ green 113 ◦ blue 178

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

Shades of Persian Pink #E771B2

Tints of Persian Pink #E771B2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.65%

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

R = 44.25%
G = 21.65%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E771B2 (or 0xE771B2) is known color: Persian Pink. HEX triplet: E7, 71 and B2. RGB value is (231,113,178). Sum of RGB (Red+Green+Blue) = 231+113+178=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E771B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E771B2 is #188E4D. Grayscale: #9B9B9B. Windows color (decimal): -1609294 or 11694567. OLE color: 11694567.

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

Color convert

RGB 231 113 178 -
CMYK 0 0.51 0.23 0.09
HSL 326.95º 0.71% 0.67% -
HSV(B) 326.95º 0.51% 0.91% -
XYZ 46.9 32.01 45.83 -
YUV 155.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 231 113 178 0 0.51 0.23 0.09 326.95 0.71 0.67
Hex E7 71 B2 0 33 17 9 147 47 43
Octal 347 161 262 0 63 27 11 507 107 103
Binary 11100111 1110001 10110010 0 110011 10111 1001 101000111 1000111 1000011

Color Harmonies of #E771B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E771B2

Black with #E771B2

Text Example


Text Example

White with #E771B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E771B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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