Html Css Color HEX #EC78BC Persian Pink

📋 copy color: '#EC78BC'

red 236 ◦ green 120 ◦ blue 188

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

Shades of Persian Pink #EC78BC

Tints of Persian Pink #EC78BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.56%

R = 43.38%
G = 22.06%
B = 34.56%

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

#EC78BC (or 0xEC78BC) is known color: Persian Pink. HEX triplet: EC, 78 and BC. RGB value is (236,120,188). Sum of RGB (Red+Green+Blue) = 236+120+188=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78BC is #138743. Grayscale: #A2A2A2. Windows color (decimal): -1279812 or 12351724. OLE color: 12351724.

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

Color convert

RGB 236 120 188 -
CMYK 0 0.49 0.20 0.07
HSL 324.83º 0.75% 0.7% -
HSV(B) 324.83º 0.49% 0.93% -
XYZ 50.39 34.9 51.66 -
YUV 162.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 236 120 188 0 0.49 0.20 0.07 324.83 0.75 0.7
Hex EC 78 BC 0 31 14 7 145 4B 46
Octal 354 170 274 0 61 24 7 505 113 106
Binary 11101100 1111000 10111100 0 110001 10100 111 101000101 1001011 1000110

Color Harmonies of #EC78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC78BC

Black with #EC78BC

Text Example


Text Example

White with #EC78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC78BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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