Html Css Color HEX #E982B0 Persian Pink

📋 copy color: '#E982B0'

red 233 ◦ green 130 ◦ blue 176

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

Shades of Persian Pink #E982B0

Tints of Persian Pink #E982B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.65%

R = 43.23%
G = 24.12%
B = 32.65%

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

#E982B0 (or 0xE982B0) is known color: Persian Pink. HEX triplet: E9, 82 and B0. RGB value is (233,130,176). Sum of RGB (Red+Green+Blue) = 233+130+176=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E982B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E982B0 is #167D4F. Grayscale: #A5A5A5. Windows color (decimal): -1473872 or 11567849. OLE color: 11567849.

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

Color convert

RGB 233 130 176 -
CMYK 0 0.44 0.24 0.09
HSL 333.2º 0.7% 0.71% -
HSV(B) 333.2º 0.44% 0.91% -
XYZ 49.42 36.42 45.5 -
YUV 166.04 133.62 175.76 -
System Red Green Blue C M Y K H S L
Decimal 233 130 176 0 0.44 0.24 0.09 333.2 0.7 0.71
Hex E9 82 B0 0 2C 18 9 14D 46 47
Octal 351 202 260 0 54 30 11 515 106 107
Binary 11101001 10000010 10110000 0 101100 11000 1001 101001101 1000110 1000111

Color Harmonies of #E982B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E982B0

Black with #E982B0

Text Example


Text Example

White with #E982B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E982B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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