Html Css Color HEX #EB79C0 Persian Pink

📋 copy color: '#EB79C0'

red 235 ◦ green 121 ◦ blue 192

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

Shades of Persian Pink #EB79C0

Tints of Persian Pink #EB79C0

RGB

 RED value IS 235 (92.19% from 255) = 42.88%

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

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

R = 42.88%
G = 22.08%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB79C0 (or 0xEB79C0) is known color: Persian Pink. HEX triplet: EB, 79 and C0. RGB value is (235,121,192). Sum of RGB (Red+Green+Blue) = 235+121+192=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB79C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB79C0 is #14863F. Grayscale: #A3A3A3. Windows color (decimal): -1345088 or 12614123. OLE color: 12614123.

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

Color convert

RGB 235 121 192 -
CMYK 0 0.49 0.18 0.08
HSL 322.63º 0.74% 0.7% -
HSV(B) 322.63º 0.49% 0.92% -
XYZ 50.61 35.14 53.98 -
YUV 163.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 235 121 192 0 0.49 0.18 0.08 322.63 0.74 0.7
Hex EB 79 C0 0 31 12 8 143 4A 46
Octal 353 171 300 0 61 22 10 503 112 106
Binary 11101011 1111001 11000000 0 110001 10010 1000 101000011 1001010 1000110

Color Harmonies of #EB79C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB79C0

Black with #EB79C0

Text Example


Text Example

White with #EB79C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB79C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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