Html Css Color HEX #EC71BC Persian Pink

📋 copy color: '#EC71BC'

red 236 ◦ green 113 ◦ blue 188

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

Shades of Persian Pink #EC71BC

Tints of Persian Pink #EC71BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.01%

R = 43.95%
G = 21.04%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC71BC (or 0xEC71BC) is known color: Persian Pink. HEX triplet: EC, 71 and BC. RGB value is (236,113,188). Sum of RGB (Red+Green+Blue) = 236+113+188=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71BC is #138E43. Grayscale: #9E9E9E. Windows color (decimal): -1281604 or 12349932. OLE color: 12349932.

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

Color convert

RGB 236 113 188 -
CMYK 0 0.52 0.20 0.07
HSL 323.41º 0.76% 0.68% -
HSV(B) 323.41º 0.52% 0.93% -
XYZ 49.57 33.27 51.39 -
YUV 158.33 144.75 183.4 -
System Red Green Blue C M Y K H S L
Decimal 236 113 188 0 0.52 0.20 0.07 323.41 0.76 0.68
Hex EC 71 BC 0 34 14 7 143 4C 44
Octal 354 161 274 0 64 24 7 503 114 104
Binary 11101100 1110001 10111100 0 110100 10100 111 101000011 1001100 1000100

Color Harmonies of #EC71BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71BC

Black with #EC71BC

Text Example


Text Example

White with #EC71BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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