Html Css Color HEX #E775AD Persian Pink

📋 copy color: '#E775AD'

red 231 ◦ green 117 ◦ blue 173

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

Shades of Persian Pink #E775AD

Tints of Persian Pink #E775AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.21%

R = 44.34%
G = 22.46%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E775AD (or 0xE775AD) is known color: Persian Pink. HEX triplet: E7, 75 and AD. RGB value is (231,117,173). Sum of RGB (Red+Green+Blue) = 231+117+173=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E775AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E775AD is #188A52. Grayscale: #9D9D9D. Windows color (decimal): -1608275 or 11367911. OLE color: 11367911.

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

Color convert

RGB 231 117 173 -
CMYK 0 0.49 0.25 0.09
HSL 330.53º 0.7% 0.68% -
HSV(B) 330.53º 0.49% 0.91% -
XYZ 46.86 32.73 43.38 -
YUV 157.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 231 117 173 0 0.49 0.25 0.09 330.53 0.7 0.68
Hex E7 75 AD 0 31 19 9 14B 46 44
Octal 347 165 255 0 61 31 11 513 106 104
Binary 11100111 1110101 10101101 0 110001 11001 1001 101001011 1000110 1000100

Color Harmonies of #E775AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E775AD

Black with #E775AD

Text Example


Text Example

White with #E775AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E775AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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