Html Css Color HEX #E978C8 Persian Pink

📋 copy color: '#E978C8'

red 233 ◦ green 120 ◦ blue 200

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

Shades of Persian Pink #E978C8

Tints of Persian Pink #E978C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.17%

R = 42.13%
G = 21.7%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E978C8 (or 0xE978C8) is known color: Persian Pink. HEX triplet: E9, 78 and C8. RGB value is (233,120,200). Sum of RGB (Red+Green+Blue) = 233+120+200=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E978C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978C8 is #168737. Grayscale: #A2A2A2. Windows color (decimal): -1476408 or 13138153. OLE color: 13138153.

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

Color convert

RGB 233 120 200 -
CMYK 0 0.48 0.14 0.09
HSL 317.52º 0.72% 0.69% -
HSV(B) 317.52º 0.48% 0.91% -
XYZ 50.75 34.93 58.71 -
YUV 162.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 233 120 200 0 0.48 0.14 0.09 317.52 0.72 0.69
Hex E9 78 C8 0 30 E 9 13E 48 45
Octal 351 170 310 0 60 16 11 476 110 105
Binary 11101001 1111000 11001000 0 110000 1110 1001 100111110 1001000 1000101

Color Harmonies of #E978C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E978C8

Black with #E978C8

Text Example


Text Example

White with #E978C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E978C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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