Html Css Color HEX #EC71B4 Persian Pink

📋 copy color: '#EC71B4'

red 236 ◦ green 113 ◦ blue 180

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

Shades of Persian Pink #EC71B4

Tints of Persian Pink #EC71B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.03%

R = 44.61%
G = 21.36%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC71B4 (or 0xEC71B4) is known color: Persian Pink. HEX triplet: EC, 71 and B4. RGB value is (236,113,180). Sum of RGB (Red+Green+Blue) = 236+113+180=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71B4 is #138E4B. Grayscale: #9D9D9D. Windows color (decimal): -1281612 or 11825644. OLE color: 11825644.

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

Color convert

RGB 236 113 180 -
CMYK 0 0.52 0.24 0.07
HSL 327.32º 0.76% 0.68% -
HSV(B) 327.32º 0.52% 0.93% -
XYZ 48.74 32.94 46.97 -
YUV 157.42 140.75 184.05 -
System Red Green Blue C M Y K H S L
Decimal 236 113 180 0 0.52 0.24 0.07 327.32 0.76 0.68
Hex EC 71 B4 0 34 18 7 147 4C 44
Octal 354 161 264 0 64 30 7 507 114 104
Binary 11101100 1110001 10110100 0 110100 11000 111 101000111 1001100 1000100

Color Harmonies of #EC71B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC71B4

Black with #EC71B4

Text Example


Text Example

White with #EC71B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC71B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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