Html Css Color HEX #EF79BA Persian Pink

📋 copy color: '#EF79BA'

red 239 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #EF79BA

Tints of Persian Pink #EF79BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.07%

R = 43.77%
G = 22.16%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF79BA (or 0xEF79BA) is known color: Persian Pink. HEX triplet: EF, 79 and BA. RGB value is (239,121,186). Sum of RGB (Red+Green+Blue) = 239+121+186=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF79BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF79BA is #108645. Grayscale: #A3A3A3. Windows color (decimal): -1082950 or 12220911. OLE color: 12220911.

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

Color convert

RGB 239 121 186 -
CMYK 0 0.49 0.22 0.06
HSL 326.95º 0.79% 0.71% -
HSV(B) 326.95º 0.49% 0.94% -
XYZ 51.3 35.57 50.62 -
YUV 163.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 239 121 186 0 0.49 0.22 0.06 326.95 0.79 0.71
Hex EF 79 BA 0 31 16 6 147 4F 47
Octal 357 171 272 0 61 26 6 507 117 107
Binary 11101111 1111001 10111010 0 110001 10110 110 101000111 1001111 1000111

Color Harmonies of #EF79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF79BA

Black with #EF79BA

Text Example


Text Example

White with #EF79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF79BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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