Html Css Color HEX #EC7CBA Persian Pink

📋 copy color: '#EC7CBA'

red 236 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #EC7CBA

Tints of Persian Pink #EC7CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.71%

 BLUE value IS 186 (73.05% from 255) = 34.07%

R = 43.22%
G = 22.71%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC7CBA (or 0xEC7CBA) is known color: Persian Pink. HEX triplet: EC, 7C and BA. RGB value is (236,124,186). Sum of RGB (Red+Green+Blue) = 236+124+186=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CBA is #138345. Grayscale: #A4A4A4. Windows color (decimal): -1278790 or 12221676. OLE color: 12221676.

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

Color convert

RGB 236 124 186 -
CMYK 0 0.47 0.21 0.07
HSL 326.79º 0.75% 0.71% -
HSV(B) 326.79º 0.47% 0.93% -
XYZ 50.66 35.79 50.69 -
YUV 164.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 236 124 186 0 0.47 0.21 0.07 326.79 0.75 0.71
Hex EC 7C BA 0 2F 15 7 147 4B 47
Octal 354 174 272 0 57 25 7 507 113 107
Binary 11101100 1111100 10111010 0 101111 10101 111 101000111 1001011 1000111

Color Harmonies of #EC7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CBA

Black with #EC7CBA

Text Example


Text Example

White with #EC7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CBA; }

 p { color: rgb(236,124,186); }

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

background-color css

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

 a { background-color: rgb(236,124,186); }

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

border-color css

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

 span { border-color: rgb(236,124,186); }

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