Html Css Color HEX #EC78BD Persian Pink

📋 copy color: '#EC78BD'

red 236 ◦ green 120 ◦ blue 189

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

Shades of Persian Pink #EC78BD

Tints of Persian Pink #EC78BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.68%

R = 43.3%
G = 22.02%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC78BD (or 0xEC78BD) is known color: Persian Pink. HEX triplet: EC, 78 and BD. RGB value is (236,120,189). Sum of RGB (Red+Green+Blue) = 236+120+189=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78BD is #138742. Grayscale: #A2A2A2. Windows color (decimal): -1279811 or 12417260. OLE color: 12417260.

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

Color convert

RGB 236 120 189 -
CMYK 0 0.49 0.20 0.07
HSL 324.31º 0.75% 0.7% -
HSV(B) 324.31º 0.49% 0.93% -
XYZ 50.49 34.94 52.23 -
YUV 162.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 236 120 189 0 0.49 0.20 0.07 324.31 0.75 0.7
Hex EC 78 BD 0 31 14 7 144 4B 46
Octal 354 170 275 0 61 24 7 504 113 106
Binary 11101100 1111000 10111101 0 110001 10100 111 101000100 1001011 1000110

Color Harmonies of #EC78BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC78BD

Black with #EC78BD

Text Example


Text Example

White with #EC78BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC78BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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