Html Css Color HEX #EC7FB1 Persian Pink

📋 copy color: '#EC7FB1'

red 236 ◦ green 127 ◦ blue 177

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

Shades of Persian Pink #EC7FB1

Tints of Persian Pink #EC7FB1

RGB

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

 GREEN value IS 127 (50% from 255) = 23.52%

 BLUE value IS 177 (69.53% from 255) = 32.78%

R = 43.7%
G = 23.52%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC7FB1 (or 0xEC7FB1) is known color: Persian Pink. HEX triplet: EC, 7F and B1. RGB value is (236,127,177). Sum of RGB (Red+Green+Blue) = 236+127+177=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7FB1 is #13804E. Grayscale: #A5A5A5. Windows color (decimal): -1278031 or 11632620. OLE color: 11632620.

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

Color convert

RGB 236 127 177 -
CMYK 0 0.46 0.25 0.07
HSL 332.48º 0.74% 0.71% -
HSV(B) 332.48º 0.46% 0.93% -
XYZ 50.12 36.19 45.94 -
YUV 165.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 236 127 177 0 0.46 0.25 0.07 332.48 0.74 0.71
Hex EC 7F B1 0 2E 19 7 14C 4A 47
Octal 354 177 261 0 56 31 7 514 112 107
Binary 11101100 1111111 10110001 0 101110 11001 111 101001100 1001010 1000111

Color Harmonies of #EC7FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FB1

Black with #EC7FB1

Text Example


Text Example

White with #EC7FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FB1; }

 p { color: rgb(236,127,177); }

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

background-color css

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

 a { background-color: rgb(236,127,177); }

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

border-color css

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

 span { border-color: rgb(236,127,177); }

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