Html Css Color HEX #EC82BA Persian Pink

📋 copy color: '#EC82BA'

red 236 ◦ green 130 ◦ blue 186

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

Shades of Persian Pink #EC82BA

Tints of Persian Pink #EC82BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.55%

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

R = 42.75%
G = 23.55%
B = 33.7%

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

#EC82BA (or 0xEC82BA) is known color: Persian Pink. HEX triplet: EC, 82 and BA. RGB value is (236,130,186). Sum of RGB (Red+Green+Blue) = 236+130+186=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82BA is #137D45. Grayscale: #A7A7A7. Windows color (decimal): -1277254 or 12223212. OLE color: 12223212.

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

Color convert

RGB 236 130 186 -
CMYK 0 0.45 0.21 0.07
HSL 328.3º 0.74% 0.72% -
HSV(B) 328.3º 0.45% 0.93% -
XYZ 51.44 37.34 50.95 -
YUV 168.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 236 130 186 0 0.45 0.21 0.07 328.3 0.74 0.72
Hex EC 82 BA 0 2D 15 7 148 4A 48
Octal 354 202 272 0 55 25 7 510 112 110
Binary 11101100 10000010 10111010 0 101101 10101 111 101001000 1001010 1001000

Color Harmonies of #EC82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82BA

Black with #EC82BA

Text Example


Text Example

White with #EC82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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