Html Css Color HEX #EC71BB Persian Pink

📋 copy color: '#EC71BB'

red 236 ◦ green 113 ◦ blue 187

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

Shades of Persian Pink #EC71BB

Tints of Persian Pink #EC71BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.89%

R = 44.03%
G = 21.08%
B = 34.89%

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

#EC71BB (or 0xEC71BB) is known color: Persian Pink. HEX triplet: EC, 71 and BB. RGB value is (236,113,187). Sum of RGB (Red+Green+Blue) = 236+113+187=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71BB is #138E44. Grayscale: #9E9E9E. Windows color (decimal): -1281605 or 12284396. OLE color: 12284396.

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

Color convert

RGB 236 113 187 -
CMYK 0 0.52 0.21 0.07
HSL 323.9º 0.76% 0.68% -
HSV(B) 323.9º 0.52% 0.93% -
XYZ 49.47 33.23 50.82 -
YUV 158.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 236 113 187 0 0.52 0.21 0.07 323.9 0.76 0.68
Hex EC 71 BB 0 34 15 7 144 4C 44
Octal 354 161 273 0 64 25 7 504 114 104
Binary 11101100 1110001 10111011 0 110100 10101 111 101000100 1001100 1000100

Color Harmonies of #EC71BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71BB

Black with #EC71BB

Text Example


Text Example

White with #EC71BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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