Html Css Color HEX #EC71C0 Persian Pink

📋 copy color: '#EC71C0'

red 236 ◦ green 113 ◦ blue 192

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

Shades of Persian Pink #EC71C0

Tints of Persian Pink #EC71C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.49%

R = 43.62%
G = 20.89%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC71C0 (or 0xEC71C0) is known color: Persian Pink. HEX triplet: EC, 71 and C0. RGB value is (236,113,192). Sum of RGB (Red+Green+Blue) = 236+113+192=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71C0 is #138E3F. Grayscale: #9E9E9E. Windows color (decimal): -1281600 or 12612076. OLE color: 12612076.

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

Color convert

RGB 236 113 192 -
CMYK 0 0.52 0.19 0.07
HSL 321.46º 0.76% 0.68% -
HSV(B) 321.46º 0.52% 0.93% -
XYZ 50.01 33.45 53.69 -
YUV 158.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 236 113 192 0 0.52 0.19 0.07 321.46 0.76 0.68
Hex EC 71 C0 0 34 13 7 141 4C 44
Octal 354 161 300 0 64 23 7 501 114 104
Binary 11101100 1110001 11000000 0 110100 10011 111 101000001 1001100 1000100

Color Harmonies of #EC71C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71C0

Black with #EC71C0

Text Example


Text Example

White with #EC71C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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