Html Css Color HEX #EB78BA Persian Pink

📋 copy color: '#EB78BA'

red 235 ◦ green 120 ◦ blue 186

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

Shades of Persian Pink #EB78BA

Tints of Persian Pink #EB78BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.38%

R = 43.44%
G = 22.18%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EB78BA (or 0xEB78BA) is known color: Persian Pink. HEX triplet: EB, 78 and BA. RGB value is (235,120,186). Sum of RGB (Red+Green+Blue) = 235+120+186=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB78BA is #148745. Grayscale: #A1A1A1. Windows color (decimal): -1345350 or 12220651. OLE color: 12220651.

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

Color convert

RGB 235 120 186 -
CMYK 0 0.49 0.21 0.08
HSL 325.57º 0.74% 0.7% -
HSV(B) 325.57º 0.49% 0.92% -
XYZ 49.84 34.64 50.51 -
YUV 161.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 235 120 186 0 0.49 0.21 0.08 325.57 0.74 0.7
Hex EB 78 BA 0 31 15 8 146 4A 46
Octal 353 170 272 0 61 25 10 506 112 106
Binary 11101011 1111000 10111010 0 110001 10101 1000 101000110 1001010 1000110

Color Harmonies of #EB78BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB78BA

Black with #EB78BA

Text Example


Text Example

White with #EB78BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB78BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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