Html Css Color HEX #EC81B9 Persian Pink

📋 copy color: '#EC81B9'

red 236 ◦ green 129 ◦ blue 185

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

Shades of Persian Pink #EC81B9

Tints of Persian Pink #EC81B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.64%

R = 42.91%
G = 23.45%
B = 33.64%

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

#EC81B9 (or 0xEC81B9) is known color: Persian Pink. HEX triplet: EC, 81 and B9. RGB value is (236,129,185). Sum of RGB (Red+Green+Blue) = 236+129+185=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81B9 is #137E46. Grayscale: #A7A7A7. Windows color (decimal): -1277511 or 12157420. OLE color: 12157420.

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

Color convert

RGB 236 129 185 -
CMYK 0 0.45 0.22 0.07
HSL 328.6º 0.74% 0.72% -
HSV(B) 328.6º 0.45% 0.93% -
XYZ 51.2 37.04 50.35 -
YUV 167.38 137.95 176.95 -
System Red Green Blue C M Y K H S L
Decimal 236 129 185 0 0.45 0.22 0.07 328.6 0.74 0.72
Hex EC 81 B9 0 2D 16 7 149 4A 48
Octal 354 201 271 0 55 26 7 511 112 110
Binary 11101100 10000001 10111001 0 101101 10110 111 101001001 1001010 1001000

Color Harmonies of #EC81B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81B9

Black with #EC81B9

Text Example


Text Example

White with #EC81B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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