Html Css Color HEX #E978B7 Persian Pink

📋 copy color: '#E978B7'

red 233 ◦ green 120 ◦ blue 183

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

Shades of Persian Pink #E978B7

Tints of Persian Pink #E978B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.14%

R = 43.47%
G = 22.39%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E978B7 (or 0xE978B7) is known color: Persian Pink. HEX triplet: E9, 78 and B7. RGB value is (233,120,183). Sum of RGB (Red+Green+Blue) = 233+120+183=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E978B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978B7 is #168748. Grayscale: #A0A0A0. Windows color (decimal): -1476425 or 12024041. OLE color: 12024041.

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

Color convert

RGB 233 120 183 -
CMYK 0 0.48 0.21 0.09
HSL 326.55º 0.72% 0.69% -
HSV(B) 326.55º 0.48% 0.91% -
XYZ 48.87 34.18 48.82 -
YUV 160.97 140.44 179.38 -
System Red Green Blue C M Y K H S L
Decimal 233 120 183 0 0.48 0.21 0.09 326.55 0.72 0.69
Hex E9 78 B7 0 30 15 9 147 48 45
Octal 351 170 267 0 60 25 11 507 110 105
Binary 11101001 1111000 10110111 0 110000 10101 1001 101000111 1001000 1000101

Color Harmonies of #E978B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E978B7

Black with #E978B7

Text Example


Text Example

White with #E978B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E978B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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