Html Css Color HEX #EB78C1 Persian Pink

📋 copy color: '#EB78C1'

red 235 ◦ green 120 ◦ blue 193

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

Shades of Persian Pink #EB78C1

Tints of Persian Pink #EB78C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.22%

R = 42.88%
G = 21.9%
B = 35.22%

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

#EB78C1 (or 0xEB78C1) is known color: Persian Pink. HEX triplet: EB, 78 and C1. RGB value is (235,120,193). Sum of RGB (Red+Green+Blue) = 235+120+193=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB78C1 is #14873E. Grayscale: #A2A2A2. Windows color (decimal): -1345343 or 12679403. OLE color: 12679403.

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

Color convert

RGB 235 120 193 -
CMYK 0 0.49 0.18 0.08
HSL 321.91º 0.74% 0.7% -
HSV(B) 321.91º 0.49% 0.92% -
XYZ 50.6 34.95 54.53 -
YUV 162.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 235 120 193 0 0.49 0.18 0.08 321.91 0.74 0.7
Hex EB 78 C1 0 31 12 8 142 4A 46
Octal 353 170 301 0 61 22 10 502 112 106
Binary 11101011 1111000 11000001 0 110001 10010 1000 101000010 1001010 1000110

Color Harmonies of #EB78C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB78C1

Black with #EB78C1

Text Example


Text Example

White with #EB78C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB78C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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