Html Css Color HEX #EC82BE Persian Pink

📋 copy color: '#EC82BE'

red 236 ◦ green 130 ◦ blue 190

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

Shades of Persian Pink #EC82BE

Tints of Persian Pink #EC82BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.17%

R = 42.45%
G = 23.38%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC82BE (or 0xEC82BE) is known color: Persian Pink. HEX triplet: EC, 82 and BE. RGB value is (236,130,190). Sum of RGB (Red+Green+Blue) = 236+130+190=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82BE is #137D41. Grayscale: #A8A8A8. Windows color (decimal): -1277250 or 12485356. OLE color: 12485356.

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

Color convert

RGB 236 130 190 -
CMYK 0 0.45 0.19 0.07
HSL 326.04º 0.74% 0.72% -
HSV(B) 326.04º 0.45% 0.93% -
XYZ 51.87 37.52 53.22 -
YUV 168.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 236 130 190 0 0.45 0.19 0.07 326.04 0.74 0.72
Hex EC 82 BE 0 2D 13 7 146 4A 48
Octal 354 202 276 0 55 23 7 506 112 110
Binary 11101100 10000010 10111110 0 101101 10011 111 101000110 1001010 1001000

Color Harmonies of #EC82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82BE

Black with #EC82BE

Text Example


Text Example

White with #EC82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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