Html Css Color HEX #E982BE Persian Pink

📋 copy color: '#E982BE'

red 233 ◦ green 130 ◦ blue 190

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

Shades of Persian Pink #E982BE

Tints of Persian Pink #E982BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.36%

R = 42.13%
G = 23.51%
B = 34.36%

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

#E982BE (or 0xE982BE) is known color: Persian Pink. HEX triplet: E9, 82 and BE. RGB value is (233,130,190). Sum of RGB (Red+Green+Blue) = 233+130+190=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E982BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982BE is #167D41. Grayscale: #A7A7A7. Windows color (decimal): -1473858 or 12485353. OLE color: 12485353.

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

Color convert

RGB 233 130 190 -
CMYK 0 0.44 0.18 0.09
HSL 325.05º 0.7% 0.71% -
HSV(B) 325.05º 0.44% 0.91% -
XYZ 50.88 37.01 53.18 -
YUV 167.64 140.62 174.62 -
System Red Green Blue C M Y K H S L
Decimal 233 130 190 0 0.44 0.18 0.09 325.05 0.7 0.71
Hex E9 82 BE 0 2C 12 9 145 46 47
Octal 351 202 276 0 54 22 11 505 106 107
Binary 11101001 10000010 10111110 0 101100 10010 1001 101000101 1000110 1000111

Color Harmonies of #E982BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E982BE

Black with #E982BE

Text Example


Text Example

White with #E982BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E982BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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