Html Css Color HEX #EC82B6 Persian Pink

📋 copy color: '#EC82B6'

red 236 ◦ green 130 ◦ blue 182

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

Shades of Persian Pink #EC82B6

Tints of Persian Pink #EC82B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.21%

R = 43.07%
G = 23.72%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC82B6 (or 0xEC82B6) is known color: Persian Pink. HEX triplet: EC, 82 and B6. RGB value is (236,130,182). Sum of RGB (Red+Green+Blue) = 236+130+182=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82B6 is #137D49. Grayscale: #A7A7A7. Windows color (decimal): -1277258 or 11961068. OLE color: 11961068.

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

Color convert

RGB 236 130 182 -
CMYK 0 0.45 0.23 0.07
HSL 330.57º 0.74% 0.72% -
HSV(B) 330.57º 0.45% 0.93% -
XYZ 51.02 37.18 48.74 -
YUV 167.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 236 130 182 0 0.45 0.23 0.07 330.57 0.74 0.72
Hex EC 82 B6 0 2D 17 7 14B 4A 48
Octal 354 202 266 0 55 27 7 513 112 110
Binary 11101100 10000010 10110110 0 101101 10111 111 101001011 1001010 1001000

Color Harmonies of #EC82B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82B6

Black with #EC82B6

Text Example


Text Example

White with #EC82B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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