Html Css Color HEX #EC82B2 Persian Pink

📋 copy color: '#EC82B2'

red 236 ◦ green 130 ◦ blue 178

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

Shades of Persian Pink #EC82B2

Tints of Persian Pink #EC82B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.72%

R = 43.38%
G = 23.9%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC82B2 (or 0xEC82B2) is known color: Persian Pink. HEX triplet: EC, 82 and B2. RGB value is (236,130,178). Sum of RGB (Red+Green+Blue) = 236+130+178=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC82B2 is #137D4D. Grayscale: #A7A7A7. Windows color (decimal): -1277262 or 11698924. OLE color: 11698924.

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

Color convert

RGB 236 130 178 -
CMYK 0 0.45 0.25 0.07
HSL 332.83º 0.74% 0.72% -
HSV(B) 332.83º 0.45% 0.93% -
XYZ 50.61 37.01 46.6 -
YUV 167.17 134.12 177.1 -
System Red Green Blue C M Y K H S L
Decimal 236 130 178 0 0.45 0.25 0.07 332.83 0.74 0.72
Hex EC 82 B2 0 2D 19 7 14D 4A 48
Octal 354 202 262 0 55 31 7 515 112 110
Binary 11101100 10000010 10110010 0 101101 11001 111 101001101 1001010 1001000

Color Harmonies of #EC82B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82B2

Black with #EC82B2

Text Example


Text Example

White with #EC82B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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