Html Css Color HEX #EC81B7 Persian Pink

📋 copy color: '#EC81B7'

red 236 ◦ green 129 ◦ blue 183

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

Shades of Persian Pink #EC81B7

Tints of Persian Pink #EC81B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.39%

R = 43.07%
G = 23.54%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC81B7 (or 0xEC81B7) is known color: Persian Pink. HEX triplet: EC, 81 and B7. RGB value is (236,129,183). Sum of RGB (Red+Green+Blue) = 236+129+183=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81B7 is #137E48. Grayscale: #A7A7A7. Windows color (decimal): -1277513 or 12026348. OLE color: 12026348.

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

Color convert

RGB 236 129 183 -
CMYK 0 0.45 0.22 0.07
HSL 329.72º 0.74% 0.72% -
HSV(B) 329.72º 0.45% 0.93% -
XYZ 50.99 36.95 49.24 -
YUV 167.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 236 129 183 0 0.45 0.22 0.07 329.72 0.74 0.72
Hex EC 81 B7 0 2D 16 7 14A 4A 48
Octal 354 201 267 0 55 26 7 512 112 110
Binary 11101100 10000001 10110111 0 101101 10110 111 101001010 1001010 1001000

Color Harmonies of #EC81B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81B7

Black with #EC81B7

Text Example


Text Example

White with #EC81B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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