Html Css Color HEX #E978C6 Persian Pink

📋 copy color: '#E978C6'

red 233 ◦ green 120 ◦ blue 198

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

Shades of Persian Pink #E978C6

Tints of Persian Pink #E978C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.93%

R = 42.29%
G = 21.78%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E978C6 (or 0xE978C6) is known color: Persian Pink. HEX triplet: E9, 78 and C6. RGB value is (233,120,198). Sum of RGB (Red+Green+Blue) = 233+120+198=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E978C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978C6 is #168739. Grayscale: #A2A2A2. Windows color (decimal): -1476410 or 13007081. OLE color: 13007081.

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

Color convert

RGB 233 120 198 -
CMYK 0 0.48 0.15 0.09
HSL 318.58º 0.72% 0.69% -
HSV(B) 318.58º 0.48% 0.91% -
XYZ 50.51 34.83 57.49 -
YUV 162.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 233 120 198 0 0.48 0.15 0.09 318.58 0.72 0.69
Hex E9 78 C6 0 30 F 9 13F 48 45
Octal 351 170 306 0 60 17 11 477 110 105
Binary 11101001 1111000 11000110 0 110000 1111 1001 100111111 1001000 1000101

Color Harmonies of #E978C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E978C6

Black with #E978C6

Text Example


Text Example

White with #E978C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E978C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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