Html Css Color HEX #EC7CB7 Persian Pink

📋 copy color: '#EC7CB7'

red 236 ◦ green 124 ◦ blue 183

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

Shades of Persian Pink #EC7CB7

Tints of Persian Pink #EC7CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.7%

R = 43.46%
G = 22.84%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC7CB7 (or 0xEC7CB7) is known color: Persian Pink. HEX triplet: EC, 7C and B7. RGB value is (236,124,183). Sum of RGB (Red+Green+Blue) = 236+124+183=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CB7 is #138348. Grayscale: #A4A4A4. Windows color (decimal): -1278793 or 12025068. OLE color: 12025068.

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

Color convert

RGB 236 124 183 -
CMYK 0 0.47 0.22 0.07
HSL 328.39º 0.75% 0.71% -
HSV(B) 328.39º 0.47% 0.93% -
XYZ 50.35 35.67 49.03 -
YUV 164.21 138.61 179.2 -
System Red Green Blue C M Y K H S L
Decimal 236 124 183 0 0.47 0.22 0.07 328.39 0.75 0.71
Hex EC 7C B7 0 2F 16 7 148 4B 47
Octal 354 174 267 0 57 26 7 510 113 107
Binary 11101100 1111100 10110111 0 101111 10110 111 101001000 1001011 1000111

Color Harmonies of #EC7CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CB7

Black with #EC7CB7

Text Example


Text Example

White with #EC7CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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