Html Css Color HEX #EF79C2 Persian Pink

📋 copy color: '#EF79C2'

red 239 ◦ green 121 ◦ blue 194

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

Shades of Persian Pink #EF79C2

Tints of Persian Pink #EF79C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.02%

R = 43.14%
G = 21.84%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF79C2 (or 0xEF79C2) is known color: Persian Pink. HEX triplet: EF, 79 and C2. RGB value is (239,121,194). Sum of RGB (Red+Green+Blue) = 239+121+194=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF79C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF79C2 is #10863D. Grayscale: #A4A4A4. Windows color (decimal): -1082942 or 12745199. OLE color: 12745199.

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

Color convert

RGB 239 121 194 -
CMYK 0 0.49 0.19 0.06
HSL 322.88º 0.79% 0.71% -
HSV(B) 322.88º 0.49% 0.94% -
XYZ 52.17 35.92 55.22 -
YUV 164.6 144.59 181.06 -
System Red Green Blue C M Y K H S L
Decimal 239 121 194 0 0.49 0.19 0.06 322.88 0.79 0.71
Hex EF 79 C2 0 31 13 6 143 4F 47
Octal 357 171 302 0 61 23 6 503 117 107
Binary 11101111 1111001 11000010 0 110001 10011 110 101000011 1001111 1000111

Color Harmonies of #EF79C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF79C2

Black with #EF79C2

Text Example


Text Example

White with #EF79C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF79C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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