Html Css Color HEX #E978BA Persian Pink

📋 copy color: '#E978BA'

red 233 ◦ green 120 ◦ blue 186

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

Shades of Persian Pink #E978BA

Tints of Persian Pink #E978BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 43.23%
G = 22.26%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E978BA (or 0xE978BA) is known color: Persian Pink. HEX triplet: E9, 78 and BA. RGB value is (233,120,186). Sum of RGB (Red+Green+Blue) = 233+120+186=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E978BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978BA is #168745. Grayscale: #A1A1A1. Windows color (decimal): -1476422 or 12220649. OLE color: 12220649.

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

Color convert

RGB 233 120 186 -
CMYK 0 0.48 0.20 0.09
HSL 324.96º 0.72% 0.69% -
HSV(B) 324.96º 0.48% 0.91% -
XYZ 49.18 34.3 50.48 -
YUV 161.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 233 120 186 0 0.48 0.20 0.09 324.96 0.72 0.69
Hex E9 78 BA 0 30 14 9 145 48 45
Octal 351 170 272 0 60 24 11 505 110 105
Binary 11101001 1111000 10111010 0 110000 10100 1001 101000101 1001000 1000101

Color Harmonies of #E978BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E978BA

Black with #E978BA

Text Example


Text Example

White with #E978BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E978BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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