Html Css Color HEX #EB78B2 Persian Pink

📋 copy color: '#EB78B2'

red 235 ◦ green 120 ◦ blue 178

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

Shades of Persian Pink #EB78B2

Tints of Persian Pink #EB78B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.4%

R = 44.09%
G = 22.51%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB78B2 (or 0xEB78B2) is known color: Persian Pink. HEX triplet: EB, 78 and B2. RGB value is (235,120,178). Sum of RGB (Red+Green+Blue) = 235+120+178=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EB78B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB78B2 is #14874D. Grayscale: #A0A0A0. Windows color (decimal): -1345358 or 11696363. OLE color: 11696363.

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

Color convert

RGB 235 120 178 -
CMYK 0 0.49 0.24 0.08
HSL 329.74º 0.74% 0.7% -
HSV(B) 329.74º 0.49% 0.92% -
XYZ 49.01 34.31 46.16 -
YUV 161 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 235 120 178 0 0.49 0.24 0.08 329.74 0.74 0.7
Hex EB 78 B2 0 31 18 8 14A 4A 46
Octal 353 170 262 0 61 30 10 512 112 106
Binary 11101011 1111000 10110010 0 110001 11000 1000 101001010 1001010 1000110

Color Harmonies of #EB78B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB78B2

Black with #EB78B2

Text Example


Text Example

White with #EB78B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB78B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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