Html Css Color HEX #EC71B7 Persian Pink

📋 copy color: '#EC71B7'

red 236 ◦ green 113 ◦ blue 183

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

Shades of Persian Pink #EC71B7

Tints of Persian Pink #EC71B7

RGB

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

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

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

R = 44.36%
G = 21.24%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC71B7 (or 0xEC71B7) is known color: Persian Pink. HEX triplet: EC, 71 and B7. RGB value is (236,113,183). Sum of RGB (Red+Green+Blue) = 236+113+183=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71B7 is #138E48. Grayscale: #9D9D9D. Windows color (decimal): -1281609 or 12022252. OLE color: 12022252.

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

Color convert

RGB 236 113 183 -
CMYK 0 0.52 0.22 0.07
HSL 325.85º 0.76% 0.68% -
HSV(B) 325.85º 0.52% 0.93% -
XYZ 49.04 33.06 48.6 -
YUV 157.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 236 113 183 0 0.52 0.22 0.07 325.85 0.76 0.68
Hex EC 71 B7 0 34 16 7 146 4C 44
Octal 354 161 267 0 64 26 7 506 114 104
Binary 11101100 1110001 10110111 0 110100 10110 111 101000110 1001100 1000100

Color Harmonies of #EC71B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71B7

Black with #EC71B7

Text Example


Text Example

White with #EC71B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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