Html Css Color HEX #E978C2 Persian Pink

📋 copy color: '#E978C2'

red 233 ◦ green 120 ◦ blue 194

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

Shades of Persian Pink #E978C2

Tints of Persian Pink #E978C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.47%

R = 42.6%
G = 21.94%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E978C2 (or 0xE978C2) is known color: Persian Pink. HEX triplet: E9, 78 and C2. RGB value is (233,120,194). Sum of RGB (Red+Green+Blue) = 233+120+194=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E978C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978C2 is #16873D. Grayscale: #A2A2A2. Windows color (decimal): -1476414 or 12744937. OLE color: 12744937.

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

Color convert

RGB 233 120 194 -
CMYK 0 0.48 0.17 0.09
HSL 320.71º 0.72% 0.69% -
HSV(B) 320.71º 0.48% 0.91% -
XYZ 50.06 34.65 55.09 -
YUV 162.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 233 120 194 0 0.48 0.17 0.09 320.71 0.72 0.69
Hex E9 78 C2 0 30 11 9 141 48 45
Octal 351 170 302 0 60 21 11 501 110 105
Binary 11101001 1111000 11000010 0 110000 10001 1001 101000001 1001000 1000101

Color Harmonies of #E978C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E978C2

Black with #E978C2

Text Example


Text Example

White with #E978C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E978C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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