Html Css Color HEX #EC78B9 Persian Pink

📋 copy color: '#EC78B9'

red 236 ◦ green 120 ◦ blue 185

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

Shades of Persian Pink #EC78B9

Tints of Persian Pink #EC78B9

RGB

 RED value IS 236 (92.58% from 255) = 43.62%

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

 BLUE value IS 185 (72.66% from 255) = 34.2%

R = 43.62%
G = 22.18%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC78B9 (or 0xEC78B9) is known color: Persian Pink. HEX triplet: EC, 78 and B9. RGB value is (236,120,185). Sum of RGB (Red+Green+Blue) = 236+120+185=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78B9 is #138746. Grayscale: #A1A1A1. Windows color (decimal): -1279815 or 12155116. OLE color: 12155116.

HSL color Cylindrical-coordinate representation of color #EC78B9: hue angle of 326.38º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC78B9 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 120 185 -
CMYK 0 0.49 0.22 0.07
HSL 326.38º 0.75% 0.7% -
HSV(B) 326.38º 0.49% 0.93% -
XYZ 50.07 34.77 49.97 -
YUV 162.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 236 120 185 0 0.49 0.22 0.07 326.38 0.75 0.7
Hex EC 78 B9 0 31 16 7 146 4B 46
Octal 354 170 271 0 61 26 7 506 113 106
Binary 11101100 1111000 10111001 0 110001 10110 111 101000110 1001011 1000110

Color Harmonies of #EC78B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC78B9

Black with #EC78B9

Text Example


Text Example

White with #EC78B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC78B9; }

 p { color: rgb(236,120,185); }

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

background-color css

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

 a { background-color: rgb(236,120,185); }

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

border-color css

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

 span { border-color: rgb(236,120,185); }

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