Html Css Color HEX #EC71BE Persian Pink

📋 copy color: '#EC71BE'

red 236 ◦ green 113 ◦ blue 190

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

Shades of Persian Pink #EC71BE

Tints of Persian Pink #EC71BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 43.78%
G = 20.96%
B = 35.25%

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

#EC71BE (or 0xEC71BE) is known color: Persian Pink. HEX triplet: EC, 71 and BE. RGB value is (236,113,190). Sum of RGB (Red+Green+Blue) = 236+113+190=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71BE is #138E41. Grayscale: #9E9E9E. Windows color (decimal): -1281602 or 12481004. OLE color: 12481004.

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

Color convert

RGB 236 113 190 -
CMYK 0 0.52 0.19 0.07
HSL 322.44º 0.76% 0.68% -
HSV(B) 322.44º 0.52% 0.93% -
XYZ 49.79 33.36 52.53 -
YUV 158.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 236 113 190 0 0.52 0.19 0.07 322.44 0.76 0.68
Hex EC 71 BE 0 34 13 7 142 4C 44
Octal 354 161 276 0 64 23 7 502 114 104
Binary 11101100 1110001 10111110 0 110100 10011 111 101000010 1001100 1000100

Color Harmonies of #EC71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71BE

Black with #EC71BE

Text Example


Text Example

White with #EC71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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