Html Css Color HEX #EF78C7 Persian Pink

📋 copy color: '#EF78C7'

red 239 ◦ green 120 ◦ blue 199

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

Shades of Persian Pink #EF78C7

Tints of Persian Pink #EF78C7

RGB

 RED value IS 239 (93.75% from 255) = 42.83%

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

 BLUE value IS 199 (78.13% from 255) = 35.66%

R = 42.83%
G = 21.51%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF78C7 (or 0xEF78C7) is known color: Persian Pink. HEX triplet: EF, 78 and C7. RGB value is (239,120,199). Sum of RGB (Red+Green+Blue) = 239+120+199=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF78C7 is #108738. Grayscale: #A4A4A4. Windows color (decimal): -1083193 or 13072623. OLE color: 13072623.

HSL color Cylindrical-coordinate representation of color #EF78C7: hue angle of 320.17º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF78C7 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 120 199 -
CMYK 0 0.50 0.17 0.06
HSL 320.17º 0.79% 0.7% -
HSV(B) 320.17º 0.5% 0.94% -
XYZ 52.62 35.91 58.19 -
YUV 164.59 147.42 181.08 -
System Red Green Blue C M Y K H S L
Decimal 239 120 199 0 0.50 0.17 0.06 320.17 0.79 0.7
Hex EF 78 C7 0 32 11 6 140 4F 46
Octal 357 170 307 0 62 21 6 500 117 106
Binary 11101111 1111000 11000111 0 110010 10001 110 101000000 1001111 1000110

Color Harmonies of #EF78C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF78C7

Black with #EF78C7

Text Example


Text Example

White with #EF78C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF78C7; }

 p { color: rgb(239,120,199); }

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

background-color css

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

 a { background-color: rgb(239,120,199); }

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

border-color css

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

 span { border-color: rgb(239,120,199); }

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