Html Css Color HEX #EC71BA Persian Pink

📋 copy color: '#EC71BA'

red 236 ◦ green 113 ◦ blue 186

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

Shades of Persian Pink #EC71BA

Tints of Persian Pink #EC71BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.12%

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

R = 44.11%
G = 21.12%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC71BA (or 0xEC71BA) is known color: Persian Pink. HEX triplet: EC, 71 and BA. RGB value is (236,113,186). Sum of RGB (Red+Green+Blue) = 236+113+186=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71BA is #138E45. Grayscale: #9D9D9D. Windows color (decimal): -1281606 or 12218860. OLE color: 12218860.

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

Color convert

RGB 236 113 186 -
CMYK 0 0.52 0.21 0.07
HSL 324.39º 0.76% 0.68% -
HSV(B) 324.39º 0.52% 0.93% -
XYZ 49.36 33.19 50.26 -
YUV 158.1 143.75 183.56 -
System Red Green Blue C M Y K H S L
Decimal 236 113 186 0 0.52 0.21 0.07 324.39 0.76 0.68
Hex EC 71 BA 0 34 15 7 144 4C 44
Octal 354 161 272 0 64 25 7 504 114 104
Binary 11101100 1110001 10111010 0 110100 10101 111 101000100 1001100 1000100

Color Harmonies of #EC71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71BA

Black with #EC71BA

Text Example


Text Example

White with #EC71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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