Html Css Color HEX #EA79BF Persian Pink

📋 copy color: '#EA79BF'

red 234 ◦ green 121 ◦ blue 191

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

Shades of Persian Pink #EA79BF

Tints of Persian Pink #EA79BF

RGB

 RED value IS 234 (91.8% from 255) = 42.86%

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

 BLUE value IS 191 (75% from 255) = 34.98%

R = 42.86%
G = 22.16%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA79BF (or 0xEA79BF) is known color: Persian Pink. HEX triplet: EA, 79 and BF. RGB value is (234,121,191). Sum of RGB (Red+Green+Blue) = 234+121+191=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79BF is #158640. Grayscale: #A2A2A2. Windows color (decimal): -1410625 or 12548586. OLE color: 12548586.

HSL color Cylindrical-coordinate representation of color #EA79BF: hue angle of 322.83º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA79BF is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 121 191 -
CMYK 0 0.48 0.18 0.08
HSL 322.83º 0.73% 0.7% -
HSV(B) 322.83º 0.48% 0.92% -
XYZ 50.17 34.93 53.39 -
YUV 162.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 234 121 191 0 0.48 0.18 0.08 322.83 0.73 0.7
Hex EA 79 BF 0 30 12 8 143 49 46
Octal 352 171 277 0 60 22 10 503 111 106
Binary 11101010 1111001 10111111 0 110000 10010 1000 101000011 1001001 1000110

Color Harmonies of #EA79BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA79BF

Black with #EA79BF

Text Example


Text Example

White with #EA79BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA79BF; }

 p { color: rgb(234,121,191); }

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

background-color css

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

 a { background-color: rgb(234,121,191); }

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

border-color css

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

 span { border-color: rgb(234,121,191); }

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