Html Css Color HEX #EB78C2 Persian Pink

📋 copy color: '#EB78C2'

red 235 ◦ green 120 ◦ blue 194

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

Shades of Persian Pink #EB78C2

Tints of Persian Pink #EB78C2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.86%

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

R = 42.81%
G = 21.86%
B = 35.34%

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

#EB78C2 (or 0xEB78C2) is known color: Persian Pink. HEX triplet: EB, 78 and C2. RGB value is (235,120,194). Sum of RGB (Red+Green+Blue) = 235+120+194=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB78C2 is #14873D. Grayscale: #A2A2A2. Windows color (decimal): -1345342 or 12744939. OLE color: 12744939.

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

Color convert

RGB 235 120 194 -
CMYK 0 0.49 0.17 0.08
HSL 321.39º 0.74% 0.7% -
HSV(B) 321.39º 0.49% 0.92% -
XYZ 50.72 34.99 55.12 -
YUV 162.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 235 120 194 0 0.49 0.17 0.08 321.39 0.74 0.7
Hex EB 78 C2 0 31 11 8 141 4A 46
Octal 353 170 302 0 61 21 10 501 112 106
Binary 11101011 1111000 11000010 0 110001 10001 1000 101000001 1001010 1000110

Color Harmonies of #EB78C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB78C2

Black with #EB78C2

Text Example


Text Example

White with #EB78C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB78C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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