Html Css Color HEX #EC7CBB Persian Pink

📋 copy color: '#EC7CBB'

red 236 ◦ green 124 ◦ blue 187

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

Shades of Persian Pink #EC7CBB

Tints of Persian Pink #EC7CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.19%

R = 43.14%
G = 22.67%
B = 34.19%

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

#EC7CBB (or 0xEC7CBB) is known color: Persian Pink. HEX triplet: EC, 7C and BB. RGB value is (236,124,187). Sum of RGB (Red+Green+Blue) = 236+124+187=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CBB is #138344. Grayscale: #A4A4A4. Windows color (decimal): -1278789 or 12287212. OLE color: 12287212.

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

Color convert

RGB 236 124 187 -
CMYK 0 0.47 0.21 0.07
HSL 326.25º 0.75% 0.71% -
HSV(B) 326.25º 0.47% 0.93% -
XYZ 50.77 35.84 51.25 -
YUV 164.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 236 124 187 0 0.47 0.21 0.07 326.25 0.75 0.71
Hex EC 7C BB 0 2F 15 7 146 4B 47
Octal 354 174 273 0 57 25 7 506 113 107
Binary 11101100 1111100 10111011 0 101111 10101 111 101000110 1001011 1000111

Color Harmonies of #EC7CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CBB

Black with #EC7CBB

Text Example


Text Example

White with #EC7CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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