Html Css Color HEX #EC78AE Persian Pink

📋 copy color: '#EC78AE'

red 236 ◦ green 120 ◦ blue 174

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

Shades of Persian Pink #EC78AE

Tints of Persian Pink #EC78AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.83%

R = 44.53%
G = 22.64%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC78AE (or 0xEC78AE) is known color: Persian Pink. HEX triplet: EC, 78 and AE. RGB value is (236,120,174). Sum of RGB (Red+Green+Blue) = 236+120+174=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC78AE is #138751. Grayscale: #A0A0A0. Windows color (decimal): -1279826 or 11434220. OLE color: 11434220.

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

Color convert

RGB 236 120 174 -
CMYK 0 0.49 0.26 0.07
HSL 332.07º 0.75% 0.7% -
HSV(B) 332.07º 0.49% 0.93% -
XYZ 48.95 34.32 44.09 -
YUV 160.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 236 120 174 0 0.49 0.26 0.07 332.07 0.75 0.7
Hex EC 78 AE 0 31 1A 7 14C 4B 46
Octal 354 170 256 0 61 32 7 514 113 106
Binary 11101100 1111000 10101110 0 110001 11010 111 101001100 1001011 1000110

Color Harmonies of #EC78AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC78AE

Black with #EC78AE

Text Example


Text Example

White with #EC78AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC78AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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