Html Css Color HEX #E978C0 Persian Pink

📋 copy color: '#E978C0'

red 233 ◦ green 120 ◦ blue 192

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

Shades of Persian Pink #E978C0

Tints of Persian Pink #E978C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 42.75%
G = 22.02%
B = 35.23%

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

#E978C0 (or 0xE978C0) is known color: Persian Pink. HEX triplet: E9, 78 and C0. RGB value is (233,120,192). Sum of RGB (Red+Green+Blue) = 233+120+192=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E978C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978C0 is #16873F. Grayscale: #A1A1A1. Windows color (decimal): -1476416 or 12613865. OLE color: 12613865.

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

Color convert

RGB 233 120 192 -
CMYK 0 0.48 0.18 0.09
HSL 321.77º 0.72% 0.69% -
HSV(B) 321.77º 0.48% 0.91% -
XYZ 49.84 34.56 53.91 -
YUV 162 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 233 120 192 0 0.48 0.18 0.09 321.77 0.72 0.69
Hex E9 78 C0 0 30 12 9 142 48 45
Octal 351 170 300 0 60 22 11 502 110 105
Binary 11101001 1111000 11000000 0 110000 10010 1001 101000010 1001000 1000101

Color Harmonies of #E978C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E978C0

Black with #E978C0

Text Example


Text Example

White with #E978C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E978C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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