Html Css Color HEX #E978BD Persian Pink

📋 copy color: '#E978BD'

red 233 ◦ green 120 ◦ blue 189

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

Shades of Persian Pink #E978BD

Tints of Persian Pink #E978BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.87%

R = 42.99%
G = 22.14%
B = 34.87%

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

#E978BD (or 0xE978BD) is known color: Persian Pink. HEX triplet: E9, 78 and BD. RGB value is (233,120,189). Sum of RGB (Red+Green+Blue) = 233+120+189=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E978BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978BD is #168742. Grayscale: #A1A1A1. Windows color (decimal): -1476419 or 12417257. OLE color: 12417257.

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

Color convert

RGB 233 120 189 -
CMYK 0 0.48 0.19 0.09
HSL 323.36º 0.72% 0.69% -
HSV(B) 323.36º 0.48% 0.91% -
XYZ 49.51 34.43 52.18 -
YUV 161.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 233 120 189 0 0.48 0.19 0.09 323.36 0.72 0.69
Hex E9 78 BD 0 30 13 9 143 48 45
Octal 351 170 275 0 60 23 11 503 110 105
Binary 11101001 1111000 10111101 0 110000 10011 1001 101000011 1001000 1000101

Color Harmonies of #E978BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E978BD

Black with #E978BD

Text Example


Text Example

White with #E978BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E978BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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