Html Css Color HEX #E981BE Persian Pink

📋 copy color: '#E981BE'

red 233 ◦ green 129 ◦ blue 190

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

Shades of Persian Pink #E981BE

Tints of Persian Pink #E981BE

RGB

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

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

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

R = 42.21%
G = 23.37%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E981BE (or 0xE981BE) is known color: Persian Pink. HEX triplet: E9, 81 and BE. RGB value is (233,129,190). Sum of RGB (Red+Green+Blue) = 233+129+190=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E981BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E981BE is #167E41. Grayscale: #A6A6A6. Windows color (decimal): -1474114 or 12485097. OLE color: 12485097.

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

Color convert

RGB 233 129 190 -
CMYK 0 0.45 0.18 0.09
HSL 324.81º 0.7% 0.71% -
HSV(B) 324.81º 0.45% 0.91% -
XYZ 50.75 36.74 53.13 -
YUV 167.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 233 129 190 0 0.45 0.18 0.09 324.81 0.7 0.71
Hex E9 81 BE 0 2D 12 9 145 46 47
Octal 351 201 276 0 55 22 11 505 106 107
Binary 11101001 10000001 10111110 0 101101 10010 1001 101000101 1000110 1000111

Color Harmonies of #E981BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E981BE

Black with #E981BE

Text Example


Text Example

White with #E981BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E981BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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