Html Css Color HEX #EC81BA Persian Pink

📋 copy color: '#EC81BA'

red 236 ◦ green 129 ◦ blue 186

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

Shades of Persian Pink #EC81BA

Tints of Persian Pink #EC81BA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.41%

 BLUE value IS 186 (73.05% from 255) = 33.76%

R = 42.83%
G = 23.41%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC81BA (or 0xEC81BA) is known color: Persian Pink. HEX triplet: EC, 81 and BA. RGB value is (236,129,186). Sum of RGB (Red+Green+Blue) = 236+129+186=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81BA is #137E45. Grayscale: #A7A7A7. Windows color (decimal): -1277510 or 12222956. OLE color: 12222956.

HSL color Cylindrical-coordinate representation of color #EC81BA: hue angle of 328.04º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC81BA is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 129 186 -
CMYK 0 0.45 0.21 0.07
HSL 328.04º 0.74% 0.72% -
HSV(B) 328.04º 0.45% 0.93% -
XYZ 51.31 37.08 50.91 -
YUV 167.49 138.45 176.87 -
System Red Green Blue C M Y K H S L
Decimal 236 129 186 0 0.45 0.21 0.07 328.04 0.74 0.72
Hex EC 81 BA 0 2D 15 7 148 4A 48
Octal 354 201 272 0 55 25 7 510 112 110
Binary 11101100 10000001 10111010 0 101101 10101 111 101001000 1001010 1001000

Color Harmonies of #EC81BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81BA

Black with #EC81BA

Text Example


Text Example

White with #EC81BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81BA; }

 p { color: rgb(236,129,186); }

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

background-color css

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

 a { background-color: rgb(236,129,186); }

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

border-color css

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

 span { border-color: rgb(236,129,186); }

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