Html Css Color HEX #E982BF Persian Pink

📋 copy color: '#E982BF'

red 233 ◦ green 130 ◦ blue 191

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

Shades of Persian Pink #E982BF

Tints of Persian Pink #E982BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.48%

R = 42.06%
G = 23.47%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E982BF (or 0xE982BF) is known color: Persian Pink. HEX triplet: E9, 82 and BF. RGB value is (233,130,191). Sum of RGB (Red+Green+Blue) = 233+130+191=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E982BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982BF is #167D40. Grayscale: #A7A7A7. Windows color (decimal): -1473857 or 12550889. OLE color: 12550889.

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

Color convert

RGB 233 130 191 -
CMYK 0 0.44 0.18 0.09
HSL 324.47º 0.7% 0.71% -
HSV(B) 324.47º 0.44% 0.91% -
XYZ 50.99 37.05 53.75 -
YUV 167.75 141.12 174.54 -
System Red Green Blue C M Y K H S L
Decimal 233 130 191 0 0.44 0.18 0.09 324.47 0.7 0.71
Hex E9 82 BF 0 2C 12 9 144 46 47
Octal 351 202 277 0 54 22 11 504 106 107
Binary 11101001 10000010 10111111 0 101100 10010 1001 101000100 1000110 1000111

Color Harmonies of #E982BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E982BF

Black with #E982BF

Text Example


Text Example

White with #E982BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E982BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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