Html Css Color HEX #E978BC Persian Pink

📋 copy color: '#E978BC'

red 233 ◦ green 120 ◦ blue 188

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

Shades of Persian Pink #E978BC

Tints of Persian Pink #E978BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.75%

R = 43.07%
G = 22.18%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E978BC (or 0xE978BC) is known color: Persian Pink. HEX triplet: E9, 78 and BC. RGB value is (233,120,188). Sum of RGB (Red+Green+Blue) = 233+120+188=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E978BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978BC is #168743. Grayscale: #A1A1A1. Windows color (decimal): -1476420 or 12351721. OLE color: 12351721.

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

Color convert

RGB 233 120 188 -
CMYK 0 0.48 0.19 0.09
HSL 323.89º 0.72% 0.69% -
HSV(B) 323.89º 0.48% 0.91% -
XYZ 49.4 34.39 51.61 -
YUV 161.54 142.94 178.97 -
System Red Green Blue C M Y K H S L
Decimal 233 120 188 0 0.48 0.19 0.09 323.89 0.72 0.69
Hex E9 78 BC 0 30 13 9 144 48 45
Octal 351 170 274 0 60 23 11 504 110 105
Binary 11101001 1111000 10111100 0 110000 10011 1001 101000100 1001000 1000101

Color Harmonies of #E978BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E978BC

Black with #E978BC

Text Example


Text Example

White with #E978BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E978BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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