Html Css Color HEX #E775AB Persian Pink

📋 copy color: '#E775AB'

red 231 ◦ green 117 ◦ blue 171

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

Shades of Persian Pink #E775AB

Tints of Persian Pink #E775AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.54%

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 44.51%
G = 22.54%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E775AB (or 0xE775AB) is known color: Persian Pink. HEX triplet: E7, 75 and AB. RGB value is (231,117,171). Sum of RGB (Red+Green+Blue) = 231+117+171=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E775AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E775AB is #188A54. Grayscale: #9D9D9D. Windows color (decimal): -1608277 or 11236839. OLE color: 11236839.

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

Color convert

RGB 231 117 171 -
CMYK 0 0.49 0.26 0.09
HSL 331.58º 0.7% 0.68% -
HSV(B) 331.58º 0.49% 0.91% -
XYZ 46.67 32.65 42.37 -
YUV 157.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 231 117 171 0 0.49 0.26 0.09 331.58 0.7 0.68
Hex E7 75 AB 0 31 1A 9 14C 46 44
Octal 347 165 253 0 61 32 11 514 106 104
Binary 11100111 1110101 10101011 0 110001 11010 1001 101001100 1000110 1000100

Color Harmonies of #E775AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E775AB

Black with #E775AB

Text Example


Text Example

White with #E775AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E775AB; }

 p { color: rgb(231,117,171); }

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

background-color css

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

 a { background-color: rgb(231,117,171); }

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

border-color css

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

 span { border-color: rgb(231,117,171); }

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