Html Css Color HEX #E781AF Persian Pink

📋 copy color: '#E781AF'

red 231 ◦ green 129 ◦ blue 175

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

Shades of Persian Pink #E781AF

Tints of Persian Pink #E781AF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.11%

 BLUE value IS 175 (68.75% from 255) = 32.71%

R = 43.18%
G = 24.11%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E781AF (or 0xE781AF) is known color: Persian Pink. HEX triplet: E7, 81 and AF. RGB value is (231,129,175). Sum of RGB (Red+Green+Blue) = 231+129+175=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E781AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E781AF is #187E50. Grayscale: #A4A4A4. Windows color (decimal): -1605201 or 11502055. OLE color: 11502055.

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

Color convert

RGB 231 129 175 -
CMYK 0 0.44 0.24 0.09
HSL 332.94º 0.68% 0.71% -
HSV(B) 332.94º 0.44% 0.91% -
XYZ 48.54 35.78 44.91 -
YUV 164.74 133.79 175.26 -
System Red Green Blue C M Y K H S L
Decimal 231 129 175 0 0.44 0.24 0.09 332.94 0.68 0.71
Hex E7 81 AF 0 2C 18 9 14D 44 47
Octal 347 201 257 0 54 30 11 515 104 107
Binary 11100111 10000001 10101111 0 101100 11000 1001 101001101 1000100 1000111

Color Harmonies of #E781AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E781AF

Black with #E781AF

Text Example


Text Example

White with #E781AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E781AF; }

 p { color: rgb(231,129,175); }

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

background-color css

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

 a { background-color: rgb(231,129,175); }

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

border-color css

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

 span { border-color: rgb(231,129,175); }

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