Html Css Color HEX #E982AF Persian Pink

📋 copy color: '#E982AF'

red 233 ◦ green 130 ◦ blue 175

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

Shades of Persian Pink #E982AF

Tints of Persian Pink #E982AF

RGB

 RED value IS 233 (91.41% from 255) = 43.31%

 GREEN value IS 130 (51.17% from 255) = 24.16%

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

R = 43.31%
G = 24.16%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E982AF (or 0xE982AF) is known color: Persian Pink. HEX triplet: E9, 82 and AF. RGB value is (233,130,175). Sum of RGB (Red+Green+Blue) = 233+130+175=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E982AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E982AF is #167D50. Grayscale: #A5A5A5. Windows color (decimal): -1473873 or 11502313. OLE color: 11502313.

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

Color convert

RGB 233 130 175 -
CMYK 0 0.44 0.25 0.09
HSL 333.79º 0.7% 0.71% -
HSV(B) 333.79º 0.44% 0.91% -
XYZ 49.32 36.38 44.98 -
YUV 165.93 133.12 175.84 -
System Red Green Blue C M Y K H S L
Decimal 233 130 175 0 0.44 0.25 0.09 333.79 0.7 0.71
Hex E9 82 AF 0 2C 19 9 14E 46 47
Octal 351 202 257 0 54 31 11 516 106 107
Binary 11101001 10000010 10101111 0 101100 11001 1001 101001110 1000110 1000111

Color Harmonies of #E982AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E982AF

Black with #E982AF

Text Example


Text Example

White with #E982AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E982AF; }

 p { color: rgb(233,130,175); }

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

background-color css

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

 a { background-color: rgb(233,130,175); }

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

border-color css

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

 span { border-color: rgb(233,130,175); }

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