Html Css Color HEX #EB79C2 Persian Pink

📋 copy color: '#EB79C2'

red 235 ◦ green 121 ◦ blue 194

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

Shades of Persian Pink #EB79C2

Tints of Persian Pink #EB79C2

RGB

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

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

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

R = 42.73%
G = 22%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB79C2 (or 0xEB79C2) is known color: Persian Pink. HEX triplet: EB, 79 and C2. RGB value is (235,121,194). Sum of RGB (Red+Green+Blue) = 235+121+194=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB79C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB79C2 is #14863D. Grayscale: #A3A3A3. Windows color (decimal): -1345086 or 12745195. OLE color: 12745195.

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

Color convert

RGB 235 121 194 -
CMYK 0 0.49 0.17 0.08
HSL 321.58º 0.74% 0.7% -
HSV(B) 321.58º 0.49% 0.92% -
XYZ 50.84 35.23 55.16 -
YUV 163.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 235 121 194 0 0.49 0.17 0.08 321.58 0.74 0.7
Hex EB 79 C2 0 31 11 8 142 4A 46
Octal 353 171 302 0 61 21 10 502 112 106
Binary 11101011 1111001 11000010 0 110001 10001 1000 101000010 1001010 1000110

Color Harmonies of #EB79C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB79C2

Black with #EB79C2

Text Example


Text Example

White with #EB79C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB79C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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