Html Css Color HEX #EF79C0 Persian Pink

📋 copy color: '#EF79C0'

red 239 ◦ green 121 ◦ blue 192

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

Shades of Persian Pink #EF79C0

Tints of Persian Pink #EF79C0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.92%

 BLUE value IS 192 (75.39% from 255) = 34.78%

R = 43.3%
G = 21.92%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF79C0 (or 0xEF79C0) is known color: Persian Pink. HEX triplet: EF, 79 and C0. RGB value is (239,121,192). Sum of RGB (Red+Green+Blue) = 239+121+192=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF79C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF79C0 is #10863F. Grayscale: #A4A4A4. Windows color (decimal): -1082944 or 12614127. OLE color: 12614127.

HSL color Cylindrical-coordinate representation of color #EF79C0: hue angle of 323.9º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF79C0 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 121 192 -
CMYK 0 0.49 0.20 0.06
HSL 323.9º 0.79% 0.71% -
HSV(B) 323.9º 0.49% 0.94% -
XYZ 51.95 35.83 54.05 -
YUV 164.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 239 121 192 0 0.49 0.20 0.06 323.9 0.79 0.71
Hex EF 79 C0 0 31 14 6 144 4F 47
Octal 357 171 300 0 61 24 6 504 117 107
Binary 11101111 1111001 11000000 0 110001 10100 110 101000100 1001111 1000111

Color Harmonies of #EF79C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF79C0

Black with #EF79C0

Text Example


Text Example

White with #EF79C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF79C0; }

 p { color: rgb(239,121,192); }

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

background-color css

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

 a { background-color: rgb(239,121,192); }

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

border-color css

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

 span { border-color: rgb(239,121,192); }

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