Html Css Color HEX #E978BF Persian Pink

📋 copy color: '#E978BF'

red 233 ◦ green 120 ◦ blue 191

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

Shades of Persian Pink #E978BF

Tints of Persian Pink #E978BF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.06%

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

R = 42.83%
G = 22.06%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E978BF (or 0xE978BF) is known color: Persian Pink. HEX triplet: E9, 78 and BF. RGB value is (233,120,191). Sum of RGB (Red+Green+Blue) = 233+120+191=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E978BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978BF is #168740. Grayscale: #A1A1A1. Windows color (decimal): -1476417 or 12548329. OLE color: 12548329.

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

Color convert

RGB 233 120 191 -
CMYK 0 0.48 0.18 0.09
HSL 322.3º 0.72% 0.69% -
HSV(B) 322.3º 0.48% 0.91% -
XYZ 49.72 34.52 53.33 -
YUV 161.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 233 120 191 0 0.48 0.18 0.09 322.3 0.72 0.69
Hex E9 78 BF 0 30 12 9 142 48 45
Octal 351 170 277 0 60 22 11 502 110 105
Binary 11101001 1111000 10111111 0 110000 10010 1001 101000010 1001000 1000101

Color Harmonies of #E978BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E978BF

Black with #E978BF

Text Example


Text Example

White with #E978BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E978BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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