Html Css Color HEX #EC81BD Persian Pink

📋 copy color: '#EC81BD'

red 236 ◦ green 129 ◦ blue 189

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

Shades of Persian Pink #EC81BD

Tints of Persian Pink #EC81BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.12%

R = 42.6%
G = 23.29%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC81BD (or 0xEC81BD) is known color: Persian Pink. HEX triplet: EC, 81 and BD. RGB value is (236,129,189). Sum of RGB (Red+Green+Blue) = 236+129+189=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81BD is #137E42. Grayscale: #A7A7A7. Windows color (decimal): -1277507 or 12419564. OLE color: 12419564.

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

Color convert

RGB 236 129 189 -
CMYK 0 0.45 0.20 0.07
HSL 326.36º 0.74% 0.72% -
HSV(B) 326.36º 0.45% 0.93% -
XYZ 51.63 37.21 52.6 -
YUV 167.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 236 129 189 0 0.45 0.20 0.07 326.36 0.74 0.72
Hex EC 81 BD 0 2D 14 7 146 4A 48
Octal 354 201 275 0 55 24 7 506 112 110
Binary 11101100 10000001 10111101 0 101101 10100 111 101000110 1001010 1001000

Color Harmonies of #EC81BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81BD

Black with #EC81BD

Text Example


Text Example

White with #EC81BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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